Html Css Color HEX #400CAC Indigo

📋 copy color: '#400CAC'

red 64 ◦ green 12 ◦ blue 172

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

Shades of Indigo #400CAC

Tints of Indigo #400CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.35%

R = 25.81%
G = 4.84%
B = 69.35%

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

#400CAC (or 0x400CAC) is known color: Indigo. HEX triplet: 40, 0C and AC. RGB value is (64,12,172). Sum of RGB (Red+Green+Blue) = 64+12+172=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #400CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400CAC is #BFF353. Grayscale: #2D2D2D. Windows color (decimal): -12579668 or 11275328. OLE color: 11275328.

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

Color convert

RGB 64 12 172 -
CMYK 0.63 0.93 0 0.33
HSL 259.5º 0.87% 0.36% -
HSV(B) 259.5º 0.93% 0.67% -
XYZ 9.69 4.33 39.35 -
YUV 45.79 199.23 140.99 -
System Red Green Blue C M Y K H S L
Decimal 64 12 172 0.63 0.93 0 0.33 259.5 0.87 0.36
Hex 40 C AC 3F 5D 0 21 104 57 24
Octal 100 14 254 77 135 0 41 404 127 44
Binary 1000000 1100 10101100 111111 1011101 0 100001 100000100 1010111 100100

Color Harmonies of #400CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CAC

Black with #400CAC

Text Example


Text Example

White with #400CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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