#400D70

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

Shades of Persian Indigo #400D70

Tints of Persian Indigo #400D70

Color information

#400D70 (or 0x400D70) is unknown color: approx Persian Indigo. HEX triplet: 40, 0D and 70. RGB value is (64,13,112). Sum of RGB (Red+Green+Blue) = 64+13+112=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #400D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D70 is #BFF28F. Grayscale: #272727. Windows color (decimal): -12579472 or 7343424. OLE color: 7343424.

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

Color convert

RGB6413112-
CMYK0.430.8800.56
HSL270.91º79.2%24.51%-
HSV(B)270.91º88.39%43.92%-
XYZ5.182.5515.55-
YUV39.53168.9145.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 13 (5.47% from 255) = 6.88%
BLUE value IS 112 (44.14% from 255) = 59.26%
R=33.86%
G=6.88%
B=59.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64131120.430.8800.56270.9179.224.51
Hex40D702B5803810f4f19
Octal100151605313007041711731
Binary10000001101111000010101110110000111000100001111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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