Html Css Color HEX #400989 Indigo

📋 copy color: '#400989'

red 64 ◦ green 9 ◦ blue 137

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

Shades of Indigo #400989

Tints of Indigo #400989

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.29%

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

R = 30.48%
G = 4.29%
B = 65.24%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#400989 (or 0x400989) is known color: Indigo. HEX triplet: 40, 09 and 89. RGB value is (64,9,137). Sum of RGB (Red+Green+Blue) = 64+9+137=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #400989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400989 is #BFF676. Grayscale: #272727. Windows color (decimal): -12580471 or 8980800. OLE color: 8980800.

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

Color convert

RGB 64 9 137 -
CMYK 0.53 0.93 0 0.46
HSL 265.78º 0.88% 0.29% -
HSV(B) 265.78º 0.93% 0.54% -
XYZ 6.73 3.09 23.91 -
YUV 40.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 64 9 137 0.53 0.93 0 0.46 265.78 0.88 0.29
Hex 40 9 89 35 5D 0 2E 10A 58 1D
Octal 100 11 211 65 135 0 56 412 130 35
Binary 1000000 1001 10001001 110101 1011101 0 101110 100001010 1011000 11101

Color Harmonies of #400989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400989

Black with #400989

Text Example


Text Example

White with #400989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400989; }

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

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

background-color css

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

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

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

border-color css

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

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

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