#2C2185

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

Shades of Persian Indigo #2C2185

Tints of Persian Indigo #2C2185

Color information

#2C2185 (or 0x2C2185) is unknown color: approx Persian Indigo. HEX triplet: 2C, 21 and 85. RGB value is (44,33,133). Sum of RGB (Red+Green+Blue) = 44+33+133=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C2185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2185 is #D3DE7A. Grayscale: #2F2F2F. Windows color (decimal): -13885051 or 8724780. OLE color: 8724780.

HSL color Cylindrical-coordinate representation of color #2C2185: hue angle of 246.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C2185 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4433133-
CMYK0.670.7500.48
HSL246.6º60.24%32.55%-
HSV(B)246.6º75.19%52.16%-
XYZ5.823.3222.52-
YUV47.69176.14125.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.95%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 133 (52.34% from 255) = 63.33%
R=20.95%
G=15.71%
B=63.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal44331330.670.7500.48246.660.2432.55
Hex2C2185434B030f73c21
Octal54412051031130603677441
Binary1011001000011000010110000111001011011000011110111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,33,133); }

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

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

 a { background-color: rgb(44,33,133); }

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

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

 span { border-color: rgb(44,33,133); }

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