Html Css Color HEX #400889 Indigo

📋 copy color: '#400889'

red 64 ◦ green 8 ◦ blue 137

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

Shades of Indigo #400889

Tints of Indigo #400889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 65.55%

R = 30.62%
G = 3.83%
B = 65.55%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#400889 (or 0x400889) is known color: Indigo. HEX triplet: 40, 08 and 89. RGB value is (64,8,137). Sum of RGB (Red+Green+Blue) = 64+8+137=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #400889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400889 is #BFF776. Grayscale: #262626. Windows color (decimal): -12580727 or 8980544. OLE color: 8980544.

HSL color Cylindrical-coordinate representation of color #400889: hue angle of 266.05º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400889 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 8 137 -
CMYK 0.53 0.94 0 0.46
HSL 266.05º 0.89% 0.28% -
HSV(B) 266.05º 0.94% 0.54% -
XYZ 6.72 3.07 23.91 -
YUV 39.45 183.05 145.51 -
System Red Green Blue C M Y K H S L
Decimal 64 8 137 0.53 0.94 0 0.46 266.05 0.89 0.28
Hex 40 8 89 35 5E 0 2E 10A 59 1C
Octal 100 10 211 65 136 0 56 412 131 34
Binary 1000000 1000 10001001 110101 1011110 0 101110 100001010 1011001 11100

Color Harmonies of #400889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400889

Black with #400889

Text Example


Text Example

White with #400889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400889; }

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

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

background-color css

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

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

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

border-color css

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

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

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