#400E73

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

Shades of Persian Indigo #400E73

Tints of Persian Indigo #400E73

Color information

#400E73 (or 0x400E73) is unknown color: approx Persian Indigo. HEX triplet: 40, 0E and 73. RGB value is (64,14,115). Sum of RGB (Red+Green+Blue) = 64+14+115=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #400E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400E73 is #BFF18C. Grayscale: #282828. Windows color (decimal): -12579213 or 7540288. OLE color: 7540288.

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

Color convert

RGB6414115-
CMYK0.440.8800.55
HSL269.7º78.29%25.29%-
HSV(B)269.7º87.83%45.1%-
XYZ5.372.6416.45-
YUV40.46170.06144.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 14 (5.86% from 255) = 7.25%
BLUE value IS 115 (45.31% from 255) = 59.59%
R=33.16%
G=7.25%
B=59.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64141150.440.8800.55269.778.2925.29
Hex40E732C5803710e4e19
Octal100161635413006741611631
Binary10000001110111001110110010110000110111100001110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,14,115); }

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

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

 a { background-color: rgb(64,14,115); }

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

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

 span { border-color: rgb(64,14,115); }

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