#40159E

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

Shades of Persian Indigo #40159E

Tints of Persian Indigo #40159E

Color information

#40159E (or 0x40159E) is unknown color: approx Persian Indigo. HEX triplet: 40, 15 and 9E. RGB value is (64,21,158). Sum of RGB (Red+Green+Blue) = 64+21+158=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #40159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40159E is #BFEA61. Grayscale: #303030. Windows color (decimal): -12577378 or 10360128. OLE color: 10360128.

HSL color Cylindrical-coordinate representation of color #40159E: hue angle of 258.83º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40159E is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6421158-
CMYK0.590.8700.38
HSL258.83º76.54%35.1%-
HSV(B)258.83º86.71%61.96%-
XYZ8.554.0932.69-
YUV49.48189.25138.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 158 (62.11% from 255) = 65.02%
R=26.34%
G=8.64%
B=65.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64211580.590.8700.38258.8376.5435.1
Hex40159E3B570261034d23
Octal100252367312704640311543
Binary10000001010110011110111011101011101001101000000111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40159E; }

 p { color: rgb(64,21,158); }

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

<style>
 a { background-color: #40159E; }

 a { background-color: rgb(64,21,158); }

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

<style>
 span { border-color: #40159E; }

 span { border-color: rgb(64,21,158); }

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