Html Css Color HEX #400CAB Indigo

📋 copy color: '#400CAB'

red 64 ◦ green 12 ◦ blue 171

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

Shades of Indigo #400CAB

Tints of Indigo #400CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 69.23%

R = 25.91%
G = 4.86%
B = 69.23%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#400CAB (or 0x400CAB) is known color: Indigo. HEX triplet: 40, 0C and AB. RGB value is (64,12,171). Sum of RGB (Red+Green+Blue) = 64+12+171=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #400CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400CAB is #BFF354. Grayscale: #2D2D2D. Windows color (decimal): -12579669 or 11209792. OLE color: 11209792.

HSL color Cylindrical-coordinate representation of color #400CAB: hue angle of 259.62º 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 #400CAB is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 12 171 -
CMYK 0.63 0.93 0 0.33
HSL 259.62º 0.87% 0.36% -
HSV(B) 259.62º 0.93% 0.67% -
XYZ 9.6 4.29 38.85 -
YUV 45.67 198.73 141.07 -
System Red Green Blue C M Y K H S L
Decimal 64 12 171 0.63 0.93 0 0.33 259.62 0.87 0.36
Hex 40 C AB 3F 5D 0 21 104 57 24
Octal 100 14 253 77 135 0 41 404 127 44
Binary 1000000 1100 10101011 111111 1011101 0 100001 100000100 1010111 100100

Color Harmonies of #400CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CAB

Black with #400CAB

Text Example


Text Example

White with #400CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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