#2A0592

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

Shades of Persian Indigo #2A0592

Tints of Persian Indigo #2A0592

Color information

#2A0592 (or 0x2A0592) is unknown color: approx Persian Indigo. HEX triplet: 2A, 05 and 92. RGB value is (42,5,146). Sum of RGB (Red+Green+Blue) = 42+5+146=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #2A0592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0592 is #D5FA6D. Grayscale: #1F1F1F. Windows color (decimal): -14023278 or 9569578. OLE color: 9569578.

HSL color Cylindrical-coordinate representation of color #2A0592: hue angle of 255.74º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A0592 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB425146-
CMYK0.710.9700.43
HSL255.74º93.38%29.61%-
HSV(B)255.74º96.58%57.25%-
XYZ6.22.6827.38-
YUV32.14192.26135.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.76%
GREEN value IS 5 (2.34% from 255) = 2.59%
BLUE value IS 146 (57.42% from 255) = 75.65%
R=21.76%
G=2.59%
B=75.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4251460.710.9700.43255.7493.3829.61
Hex2A592476102B1005d1e
Octal52522210714105340013536
Binary10101010110010010100011111000010101011100000000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A0592; }

 p { color: rgb(42,5,146); }

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

<style>
 a { background-color: #2A0592; }

 a { background-color: rgb(42,5,146); }

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

<style>
 span { border-color: #2A0592; }

 span { border-color: rgb(42,5,146); }

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