#400D77

Color #400D77 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #400D77

Tints of Persian Indigo #400D77

Color information

#400D77 (or 0x400D77) is unknown color: approx Persian Indigo. HEX triplet: 40, 0D and 77. RGB value is (64,13,119). Sum of RGB (Red+Green+Blue) = 64+13+119=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #400D77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D77 is #BFF288. Grayscale: #272727. Windows color (decimal): -12579465 or 7802176. OLE color: 7802176.

HSL color Cylindrical-coordinate representation of color #400D77: hue angle of 268.87º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400D77 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6413119-
CMYK0.460.8900.53
HSL268.87º80.3%25.88%-
HSV(B)268.87º89.08%46.67%-
XYZ5.592.7117.68-
YUV40.33172.4144.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 13 (5.47% from 255) = 6.63%
BLUE value IS 119 (46.88% from 255) = 60.71%
R=32.65%
G=6.63%
B=60.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64131190.460.8900.53268.8780.325.88
Hex40D772E5903510d501a
Octal100151675613106541512032
Binary10000001101111011110111010110010110101100001101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400D77; }

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

 H1.HeaderClassName
 {
   color: #400D77;
 }
 .AnyTagClassName
 {
   color: #400D77;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #400D77;
 }
 .BgClassName
 {
   background-color: #400D77;
 }
</style>
border-color css

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

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

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