#42159E

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

Shades of Persian Indigo #42159E

Tints of Persian Indigo #42159E

Color information

#42159E (or 0x42159E) is unknown color: approx Persian Indigo. HEX triplet: 42, 15 and 9E. RGB value is (66,21,158). Sum of RGB (Red+Green+Blue) = 66+21+158=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #42159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42159E is #BDEA61. Grayscale: #313131. Windows color (decimal): -12446306 or 10360130. OLE color: 10360130.

HSL color Cylindrical-coordinate representation of color #42159E: hue angle of 259.71º 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 #42159E is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6621158-
CMYK0.580.8700.38
HSL259.71º76.54%35.1%-
HSV(B)259.71º86.71%61.96%-
XYZ8.694.1632.69-
YUV50.07188.91139.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 21 (8.59% from 255) = 8.57%
BLUE value IS 158 (62.11% from 255) = 64.49%
R=26.94%
G=8.57%
B=64.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66211580.580.8700.38259.7176.5435.1
Hex42159E3A570261044d23
Octal102252367212704640411543
Binary10000101010110011110111010101011101001101000001001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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