#2C1C93

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

Shades of Persian Indigo #2C1C93

Tints of Persian Indigo #2C1C93

Color information

#2C1C93 (or 0x2C1C93) is unknown color: approx Persian Indigo. HEX triplet: 2C, 1C and 93. RGB value is (44,28,147). Sum of RGB (Red+Green+Blue) = 44+28+147=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 147 (57.81% from 255 or 67.12% from 219); Max value from RGB is 147 - color contains mainly: blue. Hex color #2C1C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1C93 is #D3E36C. Grayscale: #2D2D2D. Windows color (decimal): -13886317 or 9641004. OLE color: 9641004.

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

Color convert

RGB4428147-
CMYK0.700.8100.42
HSL248.07º68%34.31%-
HSV(B)248.07º80.95%57.65%-
XYZ6.723.4727.92-
YUV46.35184.8126.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.09%
GREEN value IS 28 (11.33% from 255) = 12.79%
BLUE value IS 147 (57.81% from 255) = 67.12%
R=20.09%
G=12.79%
B=67.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal44281470.700.8100.42248.076834.31
Hex2C1C93465102Af84422
Octal543422310612105237010442
Binary1011001110010010011100011010100010101010111110001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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