#2C2385

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

Shades of Persian Indigo #2C2385

Tints of Persian Indigo #2C2385

Color information

#2C2385 (or 0x2C2385) is unknown color: approx Persian Indigo. HEX triplet: 2C, 23 and 85. RGB value is (44,35,133). Sum of RGB (Red+Green+Blue) = 44+35+133=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C2385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2385 is #D3DC7A. Grayscale: #303030. Windows color (decimal): -13884539 or 8725292. OLE color: 8725292.

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

Color convert

RGB4435133-
CMYK0.670.7400.48
HSL245.51º58.33%32.94%-
HSV(B)245.51º73.68%52.16%-
XYZ5.873.4322.54-
YUV48.86175.48124.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.75%
GREEN value IS 35 (14.06% from 255) = 16.51%
BLUE value IS 133 (52.34% from 255) = 62.74%
R=20.75%
G=16.51%
B=62.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal44351330.670.7400.48245.5158.3332.94
Hex2C2385434A030f63a21
Octal54432051031120603667241
Binary1011001000111000010110000111001010011000011110110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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