#2C0592

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

Shades of Persian Indigo #2C0592

Tints of Persian Indigo #2C0592

Color information

#2C0592 (or 0x2C0592) is unknown color: approx Persian Indigo. HEX triplet: 2C, 05 and 92. RGB value is (44,5,146). Sum of RGB (Red+Green+Blue) = 44+5+146=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 146 (57.42% from 255 or 74.87% from 195); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C0592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0592 is #D3FA6D. Grayscale: #202020. Windows color (decimal): -13892206 or 9569580. OLE color: 9569580.

HSL color Cylindrical-coordinate representation of color #2C0592: hue angle of 256.6º 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 #2C0592 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB445146-
CMYK0.700.9700.43
HSL256.6º93.38%29.61%-
HSV(B)256.6º96.58%57.25%-
XYZ6.282.7227.39-
YUV32.74191.92136.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.56%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 146 (57.42% from 255) = 74.87%
R=22.56%
G=2.56%
B=74.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4451460.700.9700.43256.693.3829.61
Hex2C592466102B1015d1e
Octal54522210614105340113536
Binary10110010110010010100011011000010101011100000001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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