#2C2483

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

Shades of Persian Indigo #2C2483

Tints of Persian Indigo #2C2483

Color information

#2C2483 (or 0x2C2483) is unknown color: approx Persian Indigo. HEX triplet: 2C, 24 and 83. RGB value is (44,36,131). Sum of RGB (Red+Green+Blue) = 44+36+131=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 131 (51.56% from 255 or 62.09% from 211); Max value from RGB is 131 - color contains mainly: blue. Hex color #2C2483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2483 is #D3DB7C. Grayscale: #303030. Windows color (decimal): -13884285 or 8594476. OLE color: 8594476.

HSL color Cylindrical-coordinate representation of color #2C2483: hue angle of 245.05º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C2483 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4436131-
CMYK0.660.7300.49
HSL245.05º56.89%32.75%-
HSV(B)245.05º72.52%51.37%-
XYZ5.773.4421.83-
YUV49.22174.15124.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.85%
GREEN value IS 36 (14.45% from 255) = 17.06%
BLUE value IS 131 (51.56% from 255) = 62.09%
R=20.85%
G=17.06%
B=62.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal44361310.660.7300.49245.0556.8932.75
Hex2C24834249031f53921
Octal54442031021110613657141
Binary1011001001001000001110000101001001011000111110101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,36,131); }

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

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

 a { background-color: rgb(44,36,131); }

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

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

 span { border-color: rgb(44,36,131); }

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