#400D72

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

Shades of Persian Indigo #400D72

Tints of Persian Indigo #400D72

Color information

#400D72 (or 0x400D72) is unknown color: approx Persian Indigo. HEX triplet: 40, 0D and 72. RGB value is (64,13,114). Sum of RGB (Red+Green+Blue) = 64+13+114=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #400D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D72 is #BFF28D. Grayscale: #272727. Windows color (decimal): -12579470 or 7474496. OLE color: 7474496.

HSL color Cylindrical-coordinate representation of color #400D72: hue angle of 270.3º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400D72 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6413114-
CMYK0.440.8900.55
HSL270.3º79.53%24.9%-
HSV(B)270.3º88.6%44.71%-
XYZ5.32.5916.14-
YUV39.76169.9145.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 13 (5.47% from 255) = 6.81%
BLUE value IS 114 (44.92% from 255) = 59.69%
R=33.51%
G=6.81%
B=59.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64131140.440.8900.55270.379.5324.9
Hex40D722C5903710e5019
Octal100151625413106741612031
Binary10000001101111001010110010110010110111100001110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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