Html Css Color HEX #382FEC Han Purple

📋 copy color: '#382FEC'

red 56 ◦ green 47 ◦ blue 236

#382FEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #382FEC

Tints of Han Purple #382FEC

RGB

 RED value IS 56 (22.27% from 255) = 16.52%

 GREEN value IS 47 (18.75% from 255) = 13.86%

 BLUE value IS 236 (92.58% from 255) = 69.62%

R = 16.52%
G = 13.86%
B = 69.62%

CMYK

 C value IS 0.76

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#382FEC (or 0x382FEC) is known color: Han Purple. HEX triplet: 38, 2F and EC. RGB value is (56,47,236). Sum of RGB (Red+Green+Blue) = 56+47+236=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #382FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382FEC is #C7D013. Grayscale: #464646. Windows color (decimal): -13094932 or 15478584. OLE color: 15478584.

HSL color Cylindrical-coordinate representation of color #382FEC: hue angle of 242.86º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #382FEC is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 47 236 -
CMYK 0.76 0.80 0 0.07
HSL 242.86º 0.83% 0.55% -
HSV(B) 242.86º 0.8% 0.93% -
XYZ 17.79 8.93 80.14 -
YUV 71.24 220.98 117.13 -
System Red Green Blue C M Y K H S L
Decimal 56 47 236 0.76 0.80 0 0.07 242.86 0.83 0.55
Hex 38 2F EC 4C 50 0 7 F3 53 37
Octal 70 57 354 114 120 0 7 363 123 67
Binary 111000 101111 11101100 1001100 1010000 0 111 11110011 1010011 110111

Color Harmonies of #382FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382FEC

Black with #382FEC

Text Example


Text Example

White with #382FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382FEC; }

 p { color: rgb(56,47,236); }

 H1.HeaderClassName
 {
   color: #382FEC;
 }
 .AnyTagClassName
 {
   color: #382FEC;
 }
</style>

background-color css

<style>
 a { background-color: #382FEC; }

 a { background-color: rgb(56,47,236); }

 div.DivClassName
 {
   background-color: #382FEC;
 }
 .BgClassName
 {
   background-color: #382FEC;
 }
</style>

border-color css

<style>
 span { border-color: #382FEC; }

 span { border-color: rgb(56,47,236); }

 td.TdClassName
 {
   border-color: #382FEC;
 }
 .TagClassName
 {
   border-color: #382FEC;
 }
</style>