#2C0E92

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

Shades of Persian Indigo #2C0E92

Tints of Persian Indigo #2C0E92

Color information

#2C0E92 (or 0x2C0E92) is unknown color: approx Persian Indigo. HEX triplet: 2C, 0E and 92. RGB value is (44,14,146). Sum of RGB (Red+Green+Blue) = 44+14+146=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C0E92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0E92 is #D3F16D. Grayscale: #252525. Windows color (decimal): -13889902 or 9571884. OLE color: 9571884.

HSL color Cylindrical-coordinate representation of color #2C0E92: hue angle of 253.64º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C0E92 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4414146-
CMYK0.700.9000.43
HSL253.64º82.5%31.37%-
HSV(B)253.64º90.41%57.25%-
XYZ6.382.9227.42-
YUV38.02188.94132.27-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.57%
GREEN value IS 14 (5.86% from 255) = 6.86%
BLUE value IS 146 (57.42% from 255) = 71.57%
R=21.57%
G=6.86%
B=71.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal44141460.700.9000.43253.6482.531.37
Hex2CE92465A02Bfe521f
Octal541622210613205337612237
Binary10110011101001001010001101011010010101111111110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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