#400D8C

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

Shades of Persian Indigo #400D8C

Tints of Persian Indigo #400D8C

Color information

#400D8C (or 0x400D8C) is unknown color: approx Persian Indigo. HEX triplet: 40, 0D and 8C. RGB value is (64,13,140). Sum of RGB (Red+Green+Blue) = 64+13+140=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #400D8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400D8C is #BFF273. Grayscale: #2A2A2A. Windows color (decimal): -12579444 or 9178432. OLE color: 9178432.

HSL color Cylindrical-coordinate representation of color #400D8C: hue angle of 264.09º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400D8C is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6413140-
CMYK0.540.9100.45
HSL264.09º83.01%30%-
HSV(B)264.09º90.71%54.9%-
XYZ6.993.2725.07-
YUV42.73182.9143.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 13 (5.47% from 255) = 5.99%
BLUE value IS 140 (55.08% from 255) = 64.52%
R=29.49%
G=5.99%
B=64.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64131400.540.9100.45264.0983.0130
Hex40D8C365B02D108531e
Octal100152146613305541012336
Binary100000011011000110011011010110110101101100001000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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