Html Css Color HEX #400CAD Indigo

📋 copy color: '#400CAD'

red 64 ◦ green 12 ◦ blue 173

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

Shades of Indigo #400CAD

Tints of Indigo #400CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 69.48%

R = 25.7%
G = 4.82%
B = 69.48%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#400CAD (or 0x400CAD) is known color: Indigo. HEX triplet: 40, 0C and AD. RGB value is (64,12,173). Sum of RGB (Red+Green+Blue) = 64+12+173=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #400CAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400CAD is #BFF352. Grayscale: #2D2D2D. Windows color (decimal): -12579667 or 11340864. OLE color: 11340864.

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

Color convert

RGB 64 12 173 -
CMYK 0.63 0.93 0 0.32
HSL 259.38º 0.87% 0.36% -
HSV(B) 259.38º 0.93% 0.68% -
XYZ 9.79 4.37 39.86 -
YUV 45.9 199.73 140.91 -
System Red Green Blue C M Y K H S L
Decimal 64 12 173 0.63 0.93 0 0.32 259.38 0.87 0.36
Hex 40 C AD 3F 5D 0 20 103 57 24
Octal 100 14 255 77 135 0 40 403 127 44
Binary 1000000 1100 10101101 111111 1011101 0 100000 100000011 1010111 100100

Color Harmonies of #400CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CAD

Black with #400CAD

Text Example


Text Example

White with #400CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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