Html Css Color HEX #3E12EB Han Purple

📋 copy color: '#3E12EB'

red 62 ◦ green 18 ◦ blue 235

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

Shades of Han Purple #3E12EB

Tints of Han Purple #3E12EB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.71%

 BLUE value IS 235 (92.19% from 255) = 74.6%

R = 19.68%
G = 5.71%
B = 74.6%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3E12EB (or 0x3E12EB) is known color: Han Purple. HEX triplet: 3E, 12 and EB. RGB value is (62,18,235). Sum of RGB (Red+Green+Blue) = 62+18+235=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #3E12EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E12EB is #C1ED14. Grayscale: #373737. Windows color (decimal): -12709141 or 15405630. OLE color: 15405630.

HSL color Cylindrical-coordinate representation of color #3E12EB: hue angle of 252.17º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E12EB is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 62 18 235 -
CMYK 0.74 0.92 0 0.08
HSL 252.17º 0.86% 0.5% -
HSV(B) 252.17º 0.92% 0.92% -
XYZ 17.2 7.45 79.13 -
YUV 55.89 229.08 132.36 -
System Red Green Blue C M Y K H S L
Decimal 62 18 235 0.74 0.92 0 0.08 252.17 0.86 0.5
Hex 3E 12 EB 4A 5C 0 8 FC 56 32
Octal 76 22 353 112 134 0 10 374 126 62
Binary 111110 10010 11101011 1001010 1011100 0 1000 11111100 1010110 110010

Color Harmonies of #3E12EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E12EB

Black with #3E12EB

Text Example


Text Example

White with #3E12EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,18,235); }

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

background-color css

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

 a { background-color: rgb(62,18,235); }

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

border-color css

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

 span { border-color: rgb(62,18,235); }

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