Html Css Color HEX #400CAA Indigo

📋 copy color: '#400CAA'

red 64 ◦ green 12 ◦ blue 170

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

Shades of Indigo #400CAA

Tints of Indigo #400CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.88%

 BLUE value IS 170 (66.8% from 255) = 69.11%

R = 26.02%
G = 4.88%
B = 69.11%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#400CAA (or 0x400CAA) is known color: Indigo. HEX triplet: 40, 0C and AA. RGB value is (64,12,170). Sum of RGB (Red+Green+Blue) = 64+12+170=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #400CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400CAA is #BFF355. Grayscale: #2C2C2C. Windows color (decimal): -12579670 or 11144256. OLE color: 11144256.

HSL color Cylindrical-coordinate representation of color #400CAA: hue angle of 259.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400CAA is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 12 170 -
CMYK 0.62 0.93 0 0.33
HSL 259.75º 0.87% 0.36% -
HSV(B) 259.75º 0.93% 0.67% -
XYZ 9.5 4.26 38.35 -
YUV 45.56 198.23 141.15 -
System Red Green Blue C M Y K H S L
Decimal 64 12 170 0.62 0.93 0 0.33 259.75 0.87 0.36
Hex 40 C AA 3E 5D 0 21 104 57 24
Octal 100 14 252 76 135 0 41 404 127 44
Binary 1000000 1100 10101010 111110 1011101 0 100001 100000100 1010111 100100

Color Harmonies of #400CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CAA

Black with #400CAA

Text Example


Text Example

White with #400CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,12,170); }

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

background-color css

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

 a { background-color: rgb(64,12,170); }

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

border-color css

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

 span { border-color: rgb(64,12,170); }

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