Html Css Color HEX #400090 Indigo

📋 copy color: '#400090'

red 64 ◦ green 0 ◦ blue 144

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

Shades of Indigo #400090

Tints of Indigo #400090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.77%
G = 0%
B = 69.23%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#400090 (or 0x400090) is known color: Indigo. HEX triplet: 40, 00 and 90. RGB value is (64,0,144). Sum of RGB (Red+Green+Blue) = 64+0+144=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 144 (56.64% from 255 or 69.23% from 208); Max value from RGB is 144 - color contains mainly: blue. Hex color #400090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400090 is #BFFF6F. Grayscale: #232323. Windows color (decimal): -12582768 or 9437248. OLE color: 9437248.

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

Color convert

RGB 64 0 144 -
CMYK 0.56 1 0 0.44
HSL 266.67º 1% 0.28% -
HSV(B) 266.67º 1% 0.56% -
XYZ 7.15 3.1 26.61 -
YUV 35.55 189.2 148.29 -
System Red Green Blue C M Y K H S L
Decimal 64 0 144 0.56 1 0 0.44 266.67 1 0.28
Hex 40 0 90 38 64 0 2C 10B 64 1C
Octal 100 0 220 70 144 0 54 413 144 34
Binary 1000000 0 10010000 111000 1100100 0 101100 100001011 1100100 11100

Color Harmonies of #400090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400090

Black with #400090

Text Example


Text Example

White with #400090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400090; }

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

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

background-color css

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

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

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

border-color css

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

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

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