#2C0792

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

Shades of Persian Indigo #2C0792

Tints of Persian Indigo #2C0792

Color information

#2C0792 (or 0x2C0792) is unknown color: approx Persian Indigo. HEX triplet: 2C, 07 and 92. RGB value is (44,7,146). Sum of RGB (Red+Green+Blue) = 44+7+146=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 146 (57.42% from 255 or 74.11% from 197); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C0792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0792 is #D3F86D. Grayscale: #212121. Windows color (decimal): -13891694 or 9570092. OLE color: 9570092.

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

Color convert

RGB447146-
CMYK0.700.9500.43
HSL255.97º90.85%30%-
HSV(B)255.97º95.21%57.25%-
XYZ6.32.7627.4-
YUV33.91191.26135.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.34%
GREEN value IS 7 (3.12% from 255) = 3.55%
BLUE value IS 146 (57.42% from 255) = 74.11%
R=22.34%
G=3.55%
B=74.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4471460.700.9500.43255.9790.8530
Hex2C792465F02B1005b1e
Octal54722210613705340013336
Binary10110011110010010100011010111110101011100000000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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