Html Css Color HEX #400891 Indigo

📋 copy color: '#400891'

red 64 ◦ green 8 ◦ blue 145

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

Shades of Indigo #400891

Tints of Indigo #400891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

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

R = 29.49%
G = 3.69%
B = 66.82%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#400891 (or 0x400891) is known color: Indigo. HEX triplet: 40, 08 and 91. RGB value is (64,8,145). Sum of RGB (Red+Green+Blue) = 64+8+145=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 145 (57.03% from 255 or 66.82% from 217); Max value from RGB is 145 - color contains mainly: blue. Hex color #400891 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400891 is #BFF76E. Grayscale: #272727. Windows color (decimal): -12580719 or 9504832. OLE color: 9504832.

HSL color Cylindrical-coordinate representation of color #400891: hue angle of 264.53º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400891 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 8 145 -
CMYK 0.56 0.94 0 0.43
HSL 264.53º 0.9% 0.3% -
HSV(B) 264.53º 0.94% 0.57% -
XYZ 7.31 3.31 27.04 -
YUV 40.36 187.05 144.86 -
System Red Green Blue C M Y K H S L
Decimal 64 8 145 0.56 0.94 0 0.43 264.53 0.9 0.3
Hex 40 8 91 38 5E 0 2B 109 5A 1E
Octal 100 10 221 70 136 0 53 411 132 36
Binary 1000000 1000 10010001 111000 1011110 0 101011 100001001 1011010 11110

Color Harmonies of #400891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400891

Black with #400891

Text Example


Text Example

White with #400891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400891; }

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

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

background-color css

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

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

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

border-color css

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

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

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