Html Css Color HEX #400994 Indigo

📋 copy color: '#400994'

red 64 ◦ green 9 ◦ blue 148

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

Shades of Indigo #400994

Tints of Indigo #400994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 66.97%

R = 28.96%
G = 4.07%
B = 66.97%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#400994 (or 0x400994) is known color: Indigo. HEX triplet: 40, 09 and 94. RGB value is (64,9,148). Sum of RGB (Red+Green+Blue) = 64+9+148=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #400994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400994 is #BFF66B. Grayscale: #282828. Windows color (decimal): -12580460 or 9701696. OLE color: 9701696.

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

Color convert

RGB 64 9 148 -
CMYK 0.57 0.94 0 0.42
HSL 263.74º 0.89% 0.31% -
HSV(B) 263.74º 0.94% 0.58% -
XYZ 7.56 3.42 28.28 -
YUV 41.29 188.22 144.2 -
System Red Green Blue C M Y K H S L
Decimal 64 9 148 0.57 0.94 0 0.42 263.74 0.89 0.31
Hex 40 9 94 39 5E 0 2A 108 59 1F
Octal 100 11 224 71 136 0 52 410 131 37
Binary 1000000 1001 10010100 111001 1011110 0 101010 100001000 1011001 11111

Color Harmonies of #400994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400994

Black with #400994

Text Example


Text Example

White with #400994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400994; }

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

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

background-color css

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

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

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

border-color css

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

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

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