Html Css Color HEX #3E02DD Han Purple

📋 copy color: '#3E02DD'

red 62 ◦ green 2 ◦ blue 221

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

Shades of Han Purple #3E02DD

Tints of Han Purple #3E02DD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 221 (86.72% from 255) = 77.54%

R = 21.75%
G = 0.7%
B = 77.54%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3E02DD (or 0x3E02DD) is known color: Han Purple. HEX triplet: 3E, 02 and DD. RGB value is (62,2,221). Sum of RGB (Red+Green+Blue) = 62+2+221=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E02DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E02DD is #C1FD22. Grayscale: #2C2C2C. Windows color (decimal): -12713251 or 14484030. OLE color: 14484030.

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

Color convert

RGB 62 2 221 -
CMYK 0.72 0.99 0 0.13
HSL 256.44º 0.98% 0.44% -
HSV(B) 256.44º 0.99% 0.87% -
XYZ 15.06 6.29 68.83 -
YUV 44.91 227.38 140.19 -
System Red Green Blue C M Y K H S L
Decimal 62 2 221 0.72 0.99 0 0.13 256.44 0.98 0.44
Hex 3E 2 DD 48 63 0 D 100 62 2C
Octal 76 2 335 110 143 0 15 400 142 54
Binary 111110 10 11011101 1001000 1100011 0 1101 100000000 1100010 101100

Color Harmonies of #3E02DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E02DD

Black with #3E02DD

Text Example


Text Example

White with #3E02DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,2,221); }

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

background-color css

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

 a { background-color: rgb(62,2,221); }

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

border-color css

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

 span { border-color: rgb(62,2,221); }

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