#2C2591

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

Shades of Persian Indigo #2C2591

Tints of Persian Indigo #2C2591

Color information

#2C2591 (or 0x2C2591) is unknown color: approx Persian Indigo. HEX triplet: 2C, 25 and 91. RGB value is (44,37,145). Sum of RGB (Red+Green+Blue) = 44+37+145=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #2C2591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2591 is #D3DA6E. Grayscale: #323232. Windows color (decimal): -13884015 or 9512236. OLE color: 9512236.

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

Color convert

RGB4437145-
CMYK0.700.7400.43
HSL243.89º59.34%35.69%-
HSV(B)243.89º74.48%56.86%-
XYZ6.813.927.18-
YUV51.4180.82122.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.47%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 145 (57.03% from 255) = 64.16%
R=19.47%
G=16.37%
B=64.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal44371450.700.7400.43243.8959.3435.69
Hex2C2591464A02Bf43b24
Octal54452211061120533647344
Binary1011001001011001000110001101001010010101111110100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,37,145); }

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

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

 a { background-color: rgb(44,37,145); }

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

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

 span { border-color: rgb(44,37,145); }

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