#400E74

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

Shades of Persian Indigo #400E74

Tints of Persian Indigo #400E74

Color information

#400E74 (or 0x400E74) is unknown color: approx Persian Indigo. HEX triplet: 40, 0E and 74. RGB value is (64,14,116). Sum of RGB (Red+Green+Blue) = 64+14+116=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #400E74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400E74 is #BFF18B. Grayscale: #282828. Windows color (decimal): -12579212 or 7605824. OLE color: 7605824.

HSL color Cylindrical-coordinate representation of color #400E74: hue angle of 269.41º 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 #400E74 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6414116-
CMYK0.450.8800.55
HSL269.41º78.46%25.49%-
HSV(B)269.41º87.93%45.49%-
XYZ5.422.6716.75-
YUV40.58170.56144.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 14 (5.86% from 255) = 7.22%
BLUE value IS 116 (45.70% from 255) = 59.79%
R=32.99%
G=7.22%
B=59.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64141160.450.8800.55269.4178.4625.49
Hex40E742D5803710d4e19
Octal100161645513006741511631
Binary10000001110111010010110110110000110111100001101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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