Html Css Color HEX #3E12FA Han Purple

📋 copy color: '#3E12FA'

red 62 ◦ green 18 ◦ blue 250

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

Shades of Han Purple #3E12FA

Tints of Han Purple #3E12FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 75.76%

R = 18.79%
G = 5.45%
B = 75.76%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3E12FA (or 0x3E12FA) is known color: Han Purple. HEX triplet: 3E, 12 and FA. RGB value is (62,18,250). Sum of RGB (Red+Green+Blue) = 62+18+250=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E12FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E12FA is #C1ED05. Grayscale: #383838. Windows color (decimal): -12709126 or 16388670. OLE color: 16388670.

HSL color Cylindrical-coordinate representation of color #3E12FA: hue angle of 251.38º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E12FA is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 62 18 250 -
CMYK 0.75 0.93 0 0.02
HSL 251.38º 0.96% 0.53% -
HSV(B) 251.38º 0.93% 0.98% -
XYZ 19.46 8.36 91.03 -
YUV 57.6 236.58 131.14 -
System Red Green Blue C M Y K H S L
Decimal 62 18 250 0.75 0.93 0 0.02 251.38 0.96 0.53
Hex 3E 12 FA 4B 5D 0 2 FB 60 35
Octal 76 22 372 113 135 0 2 373 140 65
Binary 111110 10010 11111010 1001011 1011101 0 10 11111011 1100000 110101

Color Harmonies of #3E12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E12FA

Black with #3E12FA

Text Example


Text Example

White with #3E12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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