Html Css Color HEX #4012FA Han Purple

📋 copy color: '#4012FA'

red 64 ◦ green 18 ◦ blue 250

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

Shades of Han Purple #4012FA

Tints of Han Purple #4012FA

RGB

 RED value IS 64 (25.39% from 255) = 19.28%

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

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

R = 19.28%
G = 5.42%
B = 75.3%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4012FA (or 0x4012FA) is known color: Han Purple. HEX triplet: 40, 12 and FA. RGB value is (64,18,250). Sum of RGB (Red+Green+Blue) = 64+18+250=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 250 (98.05% from 255 or 75.30% from 332); Max value from RGB is 250 - color contains mainly: blue. Hex color #4012FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4012FA is #BFED05. Grayscale: #393939. Windows color (decimal): -12578054 or 16388672. OLE color: 16388672.

HSL color Cylindrical-coordinate representation of color #4012FA: hue angle of 251.9º 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 #4012FA is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 18 250 -
CMYK 0.74 0.93 0 0.02
HSL 251.9º 0.96% 0.53% -
HSV(B) 251.9º 0.93% 0.98% -
XYZ 19.59 8.42 91.04 -
YUV 58.2 236.24 132.14 -
System Red Green Blue C M Y K H S L
Decimal 64 18 250 0.74 0.93 0 0.02 251.9 0.96 0.53
Hex 40 12 FA 4A 5D 0 2 FC 60 35
Octal 100 22 372 112 135 0 2 374 140 65
Binary 1000000 10010 11111010 1001010 1011101 0 10 11111100 1100000 110101

Color Harmonies of #4012FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4012FA

Black with #4012FA

Text Example


Text Example

White with #4012FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4012FA; }

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

 H1.HeaderClassName
 {
   color: #4012FA;
 }
 .AnyTagClassName
 {
   color: #4012FA;
 }
</style>

background-color css

<style>
 a { background-color: #4012FA; }

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

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

border-color css

<style>
 span { border-color: #4012FA; }

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

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