#2C2480

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

Shades of Persian Indigo #2C2480

Tints of Persian Indigo #2C2480

Color information

#2C2480 (or 0x2C2480) is unknown color: approx Persian Indigo. HEX triplet: 2C, 24 and 80. RGB value is (44,36,128). Sum of RGB (Red+Green+Blue) = 44+36+128=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #2C2480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2480 is #D3DB7F. Grayscale: #303030. Windows color (decimal): -13884288 or 8397868. OLE color: 8397868.

HSL color Cylindrical-coordinate representation of color #2C2480: hue angle of 245.22º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C2480 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4436128-
CMYK0.660.7200.50
HSL245.22º56.1%32.16%-
HSV(B)245.22º71.88%50.2%-
XYZ5.573.3620.78-
YUV48.88172.65124.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.15%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 128 (50.39% from 255) = 61.54%
R=21.15%
G=17.31%
B=61.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal44361280.660.7200.50245.2256.132.16
Hex2C24804248032f53820
Octal54442001021100623657040
Binary1011001001001000000010000101001000011001011110101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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