Html Css Color HEX #400597 Indigo

📋 copy color: '#400597'

red 64 ◦ green 5 ◦ blue 151

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

Shades of Indigo #400597

Tints of Indigo #400597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 68.64%

R = 29.09%
G = 2.27%
B = 68.64%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#400597 (or 0x400597) is known color: Indigo. HEX triplet: 40, 05 and 97. RGB value is (64,5,151). Sum of RGB (Red+Green+Blue) = 64+5+151=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 151 (59.38% from 255 or 68.64% from 220); Max value from RGB is 151 - color contains mainly: blue. Hex color #400597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400597 is #BFFA68. Grayscale: #262626. Windows color (decimal): -12581481 or 9897280. OLE color: 9897280.

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

Color convert

RGB 64 5 151 -
CMYK 0.58 0.97 0 0.41
HSL 264.25º 0.94% 0.31% -
HSV(B) 264.25º 0.97% 0.59% -
XYZ 7.75 3.43 29.53 -
YUV 39.29 191.05 145.63 -
System Red Green Blue C M Y K H S L
Decimal 64 5 151 0.58 0.97 0 0.41 264.25 0.94 0.31
Hex 40 5 97 3A 61 0 29 108 5E 1F
Octal 100 5 227 72 141 0 51 410 136 37
Binary 1000000 101 10010111 111010 1100001 0 101001 100001000 1011110 11111

Color Harmonies of #400597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400597

Black with #400597

Text Example


Text Example

White with #400597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400597; }

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

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

background-color css

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

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

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

border-color css

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

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

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