#40129D

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

Shades of Persian Indigo #40129D

Tints of Persian Indigo #40129D

Color information

#40129D (or 0x40129D) is unknown color: approx Persian Indigo. HEX triplet: 40, 12 and 9D. RGB value is (64,18,157). Sum of RGB (Red+Green+Blue) = 64+18+157=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #40129D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40129D is #BFED62. Grayscale: #2F2F2F. Windows color (decimal): -12578147 or 10293824. OLE color: 10293824.

HSL color Cylindrical-coordinate representation of color #40129D: hue angle of 259.86º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40129D is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6418157-
CMYK0.590.8900.38
HSL259.86º79.43%34.31%-
HSV(B)259.86º88.54%61.57%-
XYZ8.423.9632.22-
YUV47.6189.74139.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 157 (61.72% from 255) = 65.69%
R=26.78%
G=7.53%
B=65.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64181570.590.8900.38259.8679.4334.31
Hex40129D3B590261044f22
Octal100222357313104640411742
Binary10000001001010011101111011101100101001101000001001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40129D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40129D; }

 p { color: rgb(64,18,157); }

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

<style>
 a { background-color: #40129D; }

 a { background-color: rgb(64,18,157); }

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

<style>
 span { border-color: #40129D; }

 span { border-color: rgb(64,18,157); }

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