Html Css Color HEX #400990 Indigo

📋 copy color: '#400990'

red 64 ◦ green 9 ◦ blue 144

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

Shades of Indigo #400990

Tints of Indigo #400990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 66.36%

R = 29.49%
G = 4.15%
B = 66.36%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#400990 (or 0x400990) is known color: Indigo. HEX triplet: 40, 09 and 90. RGB value is (64,9,144). Sum of RGB (Red+Green+Blue) = 64+9+144=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #400990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400990 is #BFF66F. Grayscale: #282828. Windows color (decimal): -12580464 or 9439552. OLE color: 9439552.

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

Color convert

RGB 64 9 144 -
CMYK 0.56 0.94 0 0.44
HSL 264.44º 0.88% 0.3% -
HSV(B) 264.44º 0.94% 0.56% -
XYZ 7.25 3.3 26.64 -
YUV 40.84 186.22 144.52 -
System Red Green Blue C M Y K H S L
Decimal 64 9 144 0.56 0.94 0 0.44 264.44 0.88 0.3
Hex 40 9 90 38 5E 0 2C 108 58 1E
Octal 100 11 220 70 136 0 54 410 130 36
Binary 1000000 1001 10010000 111000 1011110 0 101100 100001000 1011000 11110

Color Harmonies of #400990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400990

Black with #400990

Text Example


Text Example

White with #400990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400990; }

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

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

background-color css

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

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

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

border-color css

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

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

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