#2C0493

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

Shades of Persian Indigo #2C0493

Tints of Persian Indigo #2C0493

Color information

#2C0493 (or 0x2C0493) is unknown color: approx Persian Indigo. HEX triplet: 2C, 04 and 93. RGB value is (44,4,147). Sum of RGB (Red+Green+Blue) = 44+4+147=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 147 (57.81% from 255 or 75.38% from 195); Max value from RGB is 147 - color contains mainly: blue. Hex color #2C0493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0493 is #D3FB6C. Grayscale: #1F1F1F. Windows color (decimal): -13892461 or 9634860. OLE color: 9634860.

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

Color convert

RGB444147-
CMYK0.700.9700.42
HSL256.78º94.7%29.61%-
HSV(B)256.78º97.28%57.65%-
XYZ6.352.7327.8-
YUV32.26192.75136.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.56%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 147 (57.81% from 255) = 75.38%
R=22.56%
G=2.05%
B=75.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4441470.700.9700.42256.7894.729.61
Hex2C493466102A1015f1e
Octal54422310614105240113736
Binary10110010010010011100011011000010101010100000001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,4,147); }

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

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

 a { background-color: rgb(44,4,147); }

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

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

 span { border-color: rgb(44,4,147); }

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