Html Css Color HEX #400099 Indigo

📋 copy color: '#400099'

red 64 ◦ green 0 ◦ blue 153

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

Shades of Indigo #400099

Tints of Indigo #400099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 70.51%

R = 29.49%
G = 0%
B = 70.51%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#400099 (or 0x400099) is known color: Indigo. HEX triplet: 40, 00 and 99. RGB value is (64,0,153). Sum of RGB (Red+Green+Blue) = 64+0+153=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #400099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400099 is #BFFF66. Grayscale: #242424. Windows color (decimal): -12582759 or 10027072. OLE color: 10027072.

HSL color Cylindrical-coordinate representation of color #400099: hue angle of 265.1º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400099 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 0 153 -
CMYK 0.58 1 0 0.4
HSL 265.1º 1% 0.3% -
HSV(B) 265.1º 1% 0.6% -
XYZ 7.86 3.39 30.38 -
YUV 36.58 193.7 147.56 -
System Red Green Blue C M Y K H S L
Decimal 64 0 153 0.58 1 0 0.4 265.1 1 0.3
Hex 40 0 99 3A 64 0 28 109 64 1E
Octal 100 0 231 72 144 0 50 411 144 36
Binary 1000000 0 10011001 111010 1100100 0 101000 100001001 1100100 11110

Color Harmonies of #400099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400099

Black with #400099

Text Example


Text Example

White with #400099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400099; }

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

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

background-color css

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

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

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

border-color css

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

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

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