Html Css Color HEX #400890 Indigo

📋 copy color: '#400890'

red 64 ◦ green 8 ◦ blue 144

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

Shades of Indigo #400890

Tints of Indigo #400890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.7%

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

R = 29.63%
G = 3.7%
B = 66.67%

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

#400890 (or 0x400890) is known color: Indigo. HEX triplet: 40, 08 and 90. RGB value is (64,8,144). Sum of RGB (Red+Green+Blue) = 64+8+144=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #400890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400890 is #BFF76F. Grayscale: #272727. Windows color (decimal): -12580720 or 9439296. OLE color: 9439296.

HSL color Cylindrical-coordinate representation of color #400890: hue angle of 264.71º degrees, saturation: 0.89, 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 #400890 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 8 144 -
CMYK 0.56 0.94 0 0.44
HSL 264.71º 0.89% 0.3% -
HSV(B) 264.71º 0.94% 0.56% -
XYZ 7.24 3.28 26.64 -
YUV 40.25 186.55 144.94 -
System Red Green Blue C M Y K H S L
Decimal 64 8 144 0.56 0.94 0 0.44 264.71 0.89 0.3
Hex 40 8 90 38 5E 0 2C 109 59 1E
Octal 100 10 220 70 136 0 54 411 131 36
Binary 1000000 1000 10010000 111000 1011110 0 101100 100001001 1011001 11110

Color Harmonies of #400890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400890

Black with #400890

Text Example


Text Example

White with #400890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400890; }

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

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

background-color css

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

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

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

border-color css

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

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

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