Html Css Color HEX #3E30DE Han Purple

📋 copy color: '#3E30DE'

red 62 ◦ green 48 ◦ blue 222

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

Shades of Han Purple #3E30DE

Tints of Han Purple #3E30DE

RGB

 RED value IS 62 (24.61% from 255) = 18.67%

 GREEN value IS 48 (19.14% from 255) = 14.46%

 BLUE value IS 222 (87.11% from 255) = 66.87%

R = 18.67%
G = 14.46%
B = 66.87%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3E30DE (or 0x3E30DE) is known color: Han Purple. HEX triplet: 3E, 30 and DE. RGB value is (62,48,222). Sum of RGB (Red+Green+Blue) = 62+48+222=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #3E30DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E30DE is #C1CF21. Grayscale: #474747. Windows color (decimal): -12701474 or 14561342. OLE color: 14561342.

HSL color Cylindrical-coordinate representation of color #3E30DE: hue angle of 244.83º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E30DE is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 48 222 -
CMYK 0.72 0.78 0 0.13
HSL 244.83º 0.73% 0.53% -
HSV(B) 244.83º 0.78% 0.87% -
XYZ 16.23 8.41 69.88 -
YUV 72.02 212.64 120.85 -
System Red Green Blue C M Y K H S L
Decimal 62 48 222 0.72 0.78 0 0.13 244.83 0.73 0.53
Hex 3E 30 DE 48 4E 0 D F5 48 35
Octal 76 60 336 110 116 0 15 365 110 65
Binary 111110 110000 11011110 1001000 1001110 0 1101 11110101 1001000 110101

Color Harmonies of #3E30DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E30DE

Black with #3E30DE

Text Example


Text Example

White with #3E30DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E30DE; }

 p { color: rgb(62,48,222); }

 H1.HeaderClassName
 {
   color: #3E30DE;
 }
 .AnyTagClassName
 {
   color: #3E30DE;
 }
</style>

background-color css

<style>
 a { background-color: #3E30DE; }

 a { background-color: rgb(62,48,222); }

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

border-color css

<style>
 span { border-color: #3E30DE; }

 span { border-color: rgb(62,48,222); }

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