Html Css Color HEX #400996 Indigo

📋 copy color: '#400996'

red 64 ◦ green 9 ◦ blue 150

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

Shades of Indigo #400996

Tints of Indigo #400996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 67.26%

R = 28.7%
G = 4.04%
B = 67.26%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#400996 (or 0x400996) is known color: Indigo. HEX triplet: 40, 09 and 96. RGB value is (64,9,150). Sum of RGB (Red+Green+Blue) = 64+9+150=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #400996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400996 is #BFF669. Grayscale: #292929. Windows color (decimal): -12580458 or 9832768. OLE color: 9832768.

HSL color Cylindrical-coordinate representation of color #400996: hue angle of 263.4º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400996 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 9 150 -
CMYK 0.57 0.94 0 0.41
HSL 263.4º 0.89% 0.31% -
HSV(B) 263.4º 0.94% 0.59% -
XYZ 7.72 3.49 29.12 -
YUV 41.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 64 9 150 0.57 0.94 0 0.41 263.4 0.89 0.31
Hex 40 9 96 39 5E 0 29 107 59 1F
Octal 100 11 226 71 136 0 51 407 131 37
Binary 1000000 1001 10010110 111001 1011110 0 101001 100000111 1011001 11111

Color Harmonies of #400996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400996

Black with #400996

Text Example


Text Example

White with #400996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400996; }

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

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

background-color css

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

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

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

border-color css

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

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

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