Html Css Color HEX #400089 Indigo

📋 copy color: '#400089'

red 64 ◦ green 0 ◦ blue 137

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

Shades of Indigo #400089

Tints of Indigo #400089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 68.16%

R = 31.84%
G = 0%
B = 68.16%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#400089 (or 0x400089) is known color: Indigo. HEX triplet: 40, 00 and 89. RGB value is (64,0,137). Sum of RGB (Red+Green+Blue) = 64+0+137=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #400089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400089 is #BFFF76. Grayscale: #222222. Windows color (decimal): -12582775 or 8978496. OLE color: 8978496.

HSL color Cylindrical-coordinate representation of color #400089: hue angle of 268.03º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400089 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 0 137 -
CMYK 0.53 1 0 0.46
HSL 268.03º 1% 0.27% -
HSV(B) 268.03º 1% 0.54% -
XYZ 6.63 2.9 23.88 -
YUV 34.75 185.7 148.86 -
System Red Green Blue C M Y K H S L
Decimal 64 0 137 0.53 1 0 0.46 268.03 1 0.27
Hex 40 0 89 35 64 0 2E 10C 64 1B
Octal 100 0 211 65 144 0 56 414 144 33
Binary 1000000 0 10001001 110101 1100100 0 101110 100001100 1100100 11011

Color Harmonies of #400089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400089

Black with #400089

Text Example


Text Example

White with #400089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400089; }

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

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

background-color css

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

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

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

border-color css

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

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

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