#2C2392

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

Shades of Persian Indigo #2C2392

Tints of Persian Indigo #2C2392

Color information

#2C2392 (or 0x2C2392) is unknown color: approx Persian Indigo. HEX triplet: 2C, 23 and 92. RGB value is (44,35,146). Sum of RGB (Red+Green+Blue) = 44+35+146=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C2392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2392 is #D3DC6D. Grayscale: #313131. Windows color (decimal): -13884526 or 9577260. OLE color: 9577260.

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

Color convert

RGB4435146-
CMYK0.700.7600.43
HSL244.86º61.33%35.49%-
HSV(B)244.86º76.03%57.25%-
XYZ6.833.8127.57-
YUV50.34181.98123.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.56%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 146 (57.42% from 255) = 64.89%
R=19.56%
G=15.56%
B=64.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal44351460.700.7600.43244.8661.3335.49
Hex2C2392464C02Bf53d23
Octal54432221061140533657543
Binary1011001000111001001010001101001100010101111110101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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