Html Css Color HEX #3E02E0 Han Purple

📋 copy color: '#3E02E0'

red 62 ◦ green 2 ◦ blue 224

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

Shades of Han Purple #3E02E0

Tints of Han Purple #3E02E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 77.78%

R = 21.53%
G = 0.69%
B = 77.78%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3E02E0 (or 0x3E02E0) is known color: Han Purple. HEX triplet: 3E, 02 and E0. RGB value is (62,2,224). Sum of RGB (Red+Green+Blue) = 62+2+224=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 224 (87.89% from 255 or 77.78% from 288); Max value from RGB is 224 - color contains mainly: blue. Hex color #3E02E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E02E0 is #C1FD1F. Grayscale: #2C2C2C. Windows color (decimal): -12713248 or 14680638. OLE color: 14680638.

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

Color convert

RGB 62 2 224 -
CMYK 0.72 0.99 0 0.12
HSL 256.22º 0.98% 0.44% -
HSV(B) 256.22º 0.99% 0.88% -
XYZ 15.46 6.45 70.95 -
YUV 45.25 228.88 139.95 -
System Red Green Blue C M Y K H S L
Decimal 62 2 224 0.72 0.99 0 0.12 256.22 0.98 0.44
Hex 3E 2 E0 48 63 0 C 100 62 2C
Octal 76 2 340 110 143 0 14 400 142 54
Binary 111110 10 11100000 1001000 1100011 0 1100 100000000 1100010 101100

Color Harmonies of #3E02E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E02E0

Black with #3E02E0

Text Example


Text Example

White with #3E02E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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