Html Css Color HEX #400577 Indigo

📋 copy color: '#400577'

red 64 ◦ green 5 ◦ blue 119

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

Shades of Indigo #400577

Tints of Indigo #400577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 63.3%

R = 34.04%
G = 2.66%
B = 63.3%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#400577 (or 0x400577) is known color: Indigo. HEX triplet: 40, 05 and 77. RGB value is (64,5,119). Sum of RGB (Red+Green+Blue) = 64+5+119=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #400577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400577 is #BFFA88. Grayscale: #232323. Windows color (decimal): -12581513 or 7800128. OLE color: 7800128.

HSL color Cylindrical-coordinate representation of color #400577: hue angle of 271.05º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400577 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 5 119 -
CMYK 0.46 0.96 0 0.53
HSL 271.05º 0.92% 0.24% -
HSV(B) 271.05º 0.96% 0.47% -
XYZ 5.5 2.53 17.65 -
YUV 35.64 175.05 148.23 -
System Red Green Blue C M Y K H S L
Decimal 64 5 119 0.46 0.96 0 0.53 271.05 0.92 0.24
Hex 40 5 77 2E 60 0 35 10F 5C 18
Octal 100 5 167 56 140 0 65 417 134 30
Binary 1000000 101 1110111 101110 1100000 0 110101 100001111 1011100 11000

Color Harmonies of #400577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400577

Black with #400577

Text Example


Text Example

White with #400577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400577; }

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

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

background-color css

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

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

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

border-color css

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

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

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