#40137c

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

Shades of Persian Indigo #40137C

Tints of Persian Indigo #40137C

Color information

#40137C (or 0x40137C) is unknown color: approx Persian Indigo. HEX triplet: 40, 13 and 7C. RGB value is (64,19,124). Sum of RGB (Red+Green+Blue) = 64+19+124=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #40137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40137C is #BFEC83. Grayscale: #2C2C2C. Windows color (decimal): -12577924 or 8131392. OLE color: 8131392.

HSL color Cylindrical-coordinate representation of color #40137C: hue angle of 265.71º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40137C is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6419124-
CMYK0.480.8500.51
HSL265.71º73.43%28.04%-
HSV(B)265.71º84.68%48.63%-
XYZ5.993.0119.33-
YUV44.42172.91141.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 124 (48.83% from 255) = 59.90%
R=30.92%
G=9.18%
B=59.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64191240.480.8500.51265.7173.4328.04
Hex40137C305503310a491c
Octal100231746012506341211134
Binary100000010011111110011000010101010110011100001010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40137c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40137c; }

 p { color: rgb(64,19,124); }

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

<style>
 a { background-color: #40137c; }

 a { background-color: rgb(64,19,124); }

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

<style>
 span { border-color: #40137c; }

 span { border-color: rgb(64,19,124); }

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