Html Css Color HEX #400C91 Indigo

📋 copy color: '#400C91'

red 64 ◦ green 12 ◦ blue 145

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

Shades of Indigo #400C91

Tints of Indigo #400C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 65.61%

R = 28.96%
G = 5.43%
B = 65.61%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#400C91 (or 0x400C91) is known color: Indigo. HEX triplet: 40, 0C and 91. RGB value is (64,12,145). Sum of RGB (Red+Green+Blue) = 64+12+145=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #400C91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400C91 is #BFF36E. Grayscale: #2A2A2A. Windows color (decimal): -12579695 or 9505856. OLE color: 9505856.

HSL color Cylindrical-coordinate representation of color #400C91: hue angle of 263.46º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400C91 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 12 145 -
CMYK 0.56 0.92 0 0.43
HSL 263.46º 0.85% 0.31% -
HSV(B) 263.46º 0.92% 0.57% -
XYZ 7.36 3.4 27.06 -
YUV 42.71 185.73 143.19 -
System Red Green Blue C M Y K H S L
Decimal 64 12 145 0.56 0.92 0 0.43 263.46 0.85 0.31
Hex 40 C 91 38 5C 0 2B 107 55 1F
Octal 100 14 221 70 134 0 53 407 125 37
Binary 1000000 1100 10010001 111000 1011100 0 101011 100000111 1010101 11111

Color Harmonies of #400C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C91

Black with #400C91

Text Example


Text Example

White with #400C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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