#40139F

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

Shades of Persian Indigo #40139F

Tints of Persian Indigo #40139F

Color information

#40139F (or 0x40139F) is unknown color: approx Persian Indigo. HEX triplet: 40, 13 and 9F. RGB value is (64,19,159). Sum of RGB (Red+Green+Blue) = 64+19+159=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #40139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40139F is #BFEC60. Grayscale: #2F2F2F. Windows color (decimal): -12577889 or 10425152. OLE color: 10425152.

HSL color Cylindrical-coordinate representation of color #40139F: hue angle of 259.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40139F is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6419159-
CMYK0.600.8800.38
HSL259.29º78.65%34.9%-
HSV(B)259.29º88.05%62.35%-
XYZ8.614.0633.13-
YUV48.42190.41139.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 19 (7.81% from 255) = 7.85%
BLUE value IS 159 (62.5% from 255) = 65.70%
R=26.45%
G=7.85%
B=65.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64191590.600.8800.38259.2978.6534.9
Hex40139F3C580261034f23
Octal100232377413004640311743
Binary10000001001110011111111100101100001001101000000111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40139F; }

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

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

<style>
 a { background-color: #40139F; }

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

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

<style>
 span { border-color: #40139F; }

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

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