Html Css Color HEX #400596 Indigo

📋 copy color: '#400596'

red 64 ◦ green 5 ◦ blue 150

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

Shades of Indigo #400596

Tints of Indigo #400596

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.28%

 BLUE value IS 150 (58.98% from 255) = 68.49%

R = 29.22%
G = 2.28%
B = 68.49%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#400596 (or 0x400596) is known color: Indigo. HEX triplet: 40, 05 and 96. RGB value is (64,5,150). Sum of RGB (Red+Green+Blue) = 64+5+150=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #400596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400596 is #BFFA69. Grayscale: #262626. Windows color (decimal): -12581482 or 9831744. OLE color: 9831744.

HSL color Cylindrical-coordinate representation of color #400596: hue angle of 264.41º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400596 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 5 150 -
CMYK 0.57 0.97 0 0.41
HSL 264.41º 0.94% 0.3% -
HSV(B) 264.41º 0.97% 0.59% -
XYZ 7.67 3.4 29.11 -
YUV 39.17 190.55 145.71 -
System Red Green Blue C M Y K H S L
Decimal 64 5 150 0.57 0.97 0 0.41 264.41 0.94 0.3
Hex 40 5 96 39 61 0 29 108 5E 1E
Octal 100 5 226 71 141 0 51 410 136 36
Binary 1000000 101 10010110 111001 1100001 0 101001 100001000 1011110 11110

Color Harmonies of #400596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400596

Black with #400596

Text Example


Text Example

White with #400596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400596; }

 p { color: rgb(64,5,150); }

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

background-color css

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

 a { background-color: rgb(64,5,150); }

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

border-color css

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

 span { border-color: rgb(64,5,150); }

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