Html Css Color HEX #400AFC Han Purple

📋 copy color: '#400AFC'

red 64 ◦ green 10 ◦ blue 252

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

Shades of Han Purple #400AFC

Tints of Han Purple #400AFC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.07%

 BLUE value IS 252 (98.83% from 255) = 77.3%

R = 19.63%
G = 3.07%
B = 77.3%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#400AFC (or 0x400AFC) is known color: Han Purple. HEX triplet: 40, 0A and FC. RGB value is (64,10,252). Sum of RGB (Red+Green+Blue) = 64+10+252=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 252 (98.83% from 255 or 77.30% from 326); Max value from RGB is 252 - color contains mainly: blue. Hex color #400AFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400AFC is #BFF503. Grayscale: #343434. Windows color (decimal): -12580100 or 16517696. OLE color: 16517696.

HSL color Cylindrical-coordinate representation of color #400AFC: hue angle of 253.39º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400AFC is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 10 252 -
CMYK 0.75 0.96 0 0.01
HSL 253.39º 0.98% 0.51% -
HSV(B) 253.39º 0.96% 0.99% -
XYZ 19.79 8.34 92.66 -
YUV 53.73 239.89 135.32 -
System Red Green Blue C M Y K H S L
Decimal 64 10 252 0.75 0.96 0 0.01 253.39 0.98 0.51
Hex 40 A FC 4B 60 0 1 FD 62 33
Octal 100 12 374 113 140 0 1 375 142 63
Binary 1000000 1010 11111100 1001011 1100000 0 1 11111101 1100010 110011

Color Harmonies of #400AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400AFC

Black with #400AFC

Text Example


Text Example

White with #400AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400AFC; }

 p { color: rgb(64,10,252); }

 H1.HeaderClassName
 {
   color: #400AFC;
 }
 .AnyTagClassName
 {
   color: #400AFC;
 }
</style>

background-color css

<style>
 a { background-color: #400AFC; }

 a { background-color: rgb(64,10,252); }

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

border-color css

<style>
 span { border-color: #400AFC; }

 span { border-color: rgb(64,10,252); }

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