Html Css Color HEX #400988 Indigo

📋 copy color: '#400988'

red 64 ◦ green 9 ◦ blue 136

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

Shades of Indigo #400988

Tints of Indigo #400988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 65.07%

R = 30.62%
G = 4.31%
B = 65.07%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#400988 (or 0x400988) is known color: Indigo. HEX triplet: 40, 09 and 88. RGB value is (64,9,136). Sum of RGB (Red+Green+Blue) = 64+9+136=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 136 (53.52% from 255 or 65.07% from 209); Max value from RGB is 136 - color contains mainly: blue. Hex color #400988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400988 is #BFF677. Grayscale: #272727. Windows color (decimal): -12580472 or 8915264. OLE color: 8915264.

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

Color convert

RGB 64 9 136 -
CMYK 0.53 0.93 0 0.47
HSL 265.98º 0.88% 0.28% -
HSV(B) 265.98º 0.93% 0.53% -
XYZ 6.66 3.06 23.53 -
YUV 39.92 182.22 145.17 -
System Red Green Blue C M Y K H S L
Decimal 64 9 136 0.53 0.93 0 0.47 265.98 0.88 0.28
Hex 40 9 88 35 5D 0 2F 10A 58 1C
Octal 100 11 210 65 135 0 57 412 130 34
Binary 1000000 1001 10001000 110101 1011101 0 101111 100001010 1011000 11100

Color Harmonies of #400988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400988

Black with #400988

Text Example


Text Example

White with #400988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400988; }

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

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

background-color css

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

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

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

border-color css

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

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

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