#400D7A

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

Shades of Persian Indigo #400D7A

Tints of Persian Indigo #400D7A

Color information

#400D7A (or 0x400D7A) is unknown color: approx Persian Indigo. HEX triplet: 40, 0D and 7A. RGB value is (64,13,122). Sum of RGB (Red+Green+Blue) = 64+13+122=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #400D7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D7A is #BFF285. Grayscale: #282828. Windows color (decimal): -12579462 or 7998784. OLE color: 7998784.

HSL color Cylindrical-coordinate representation of color #400D7A: hue angle of 268.07º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400D7A is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6413122-
CMYK0.480.8900.52
HSL268.07º80.74%26.47%-
HSV(B)268.07º89.34%47.84%-
XYZ5.772.7818.65-
YUV40.67173.9144.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 13 (5.47% from 255) = 6.53%
BLUE value IS 122 (48.05% from 255) = 61.31%
R=32.16%
G=6.53%
B=61.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64131220.480.8900.52268.0780.7426.47
Hex40D7A305903410c511a
Octal100151726013106441412132
Binary10000001101111101011000010110010110100100001100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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