#2C1393

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

Shades of Persian Indigo #2C1393

Tints of Persian Indigo #2C1393

Color information

#2C1393 (or 0x2C1393) is unknown color: approx Persian Indigo. HEX triplet: 2C, 13 and 93. RGB value is (44,19,147). Sum of RGB (Red+Green+Blue) = 44+19+147=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #2C1393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1393 is #D3EC6C. Grayscale: #282828. Windows color (decimal): -13888621 or 9638700. OLE color: 9638700.

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

Color convert

RGB4419147-
CMYK0.700.8700.42
HSL251.72º77.11%32.55%-
HSV(B)251.72º87.07%57.65%-
XYZ6.543.1127.86-
YUV41.07187.78130.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.95%
GREEN value IS 19 (7.81% from 255) = 9.05%
BLUE value IS 147 (57.81% from 255) = 70%
R=20.95%
G=9.05%
B=70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal44191470.700.8700.42251.7277.1132.55
Hex2C1393465702Afc4d21
Octal542322310612705237411541
Binary1011001001110010011100011010101110101010111111001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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