Html Css Color HEX #400AEC Han Purple

📋 copy color: '#400AEC'

red 64 ◦ green 10 ◦ blue 236

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

Shades of Han Purple #400AEC

Tints of Han Purple #400AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 76.13%

R = 20.65%
G = 3.23%
B = 76.13%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#400AEC (or 0x400AEC) is known color: Han Purple. HEX triplet: 40, 0A and EC. RGB value is (64,10,236). Sum of RGB (Red+Green+Blue) = 64+10+236=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 236 (92.58% from 255 or 76.13% from 310); Max value from RGB is 236 - color contains mainly: blue. Hex color #400AEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400AEC is #BFF513. Grayscale: #333333. Windows color (decimal): -12580116 or 15469120. OLE color: 15469120.

HSL color Cylindrical-coordinate representation of color #400AEC: hue angle of 254.34º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400AEC is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 10 236 -
CMYK 0.73 0.96 0 0.07
HSL 254.34º 0.92% 0.48% -
HSV(B) 254.34º 0.96% 0.93% -
XYZ 17.36 7.36 79.86 -
YUV 51.91 231.89 136.62 -
System Red Green Blue C M Y K H S L
Decimal 64 10 236 0.73 0.96 0 0.07 254.34 0.92 0.48
Hex 40 A EC 49 60 0 7 FE 5C 30
Octal 100 12 354 111 140 0 7 376 134 60
Binary 1000000 1010 11101100 1001001 1100000 0 111 11111110 1011100 110000

Color Harmonies of #400AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400AEC

Black with #400AEC

Text Example


Text Example

White with #400AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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