#2C0460

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

Shades of Persian Indigo #2C0460

Tints of Persian Indigo #2C0460

Color information

#2C0460 (or 0x2C0460) is unknown color: approx Persian Indigo. HEX triplet: 2C, 04 and 60. RGB value is (44,4,96). Sum of RGB (Red+Green+Blue) = 44+4+96=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #2C0460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0460 is #D3FB9F. Grayscale: #1A1A1A. Windows color (decimal): -13892512 or 6292524. OLE color: 6292524.

HSL color Cylindrical-coordinate representation of color #2C0460: hue angle of 266.09º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C0460 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB44496-
CMYK0.540.9600.62
HSL266.09º92%19.61%-
HSV(B)266.09º95.83%37.65%-
XYZ3.191.4711.18-
YUV26.45167.25140.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.56%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 96 (37.89% from 255) = 66.67%
R=30.56%
G=2.78%
B=66.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal444960.540.9600.62266.099219.61
Hex2C460366003E10a5c14
Octal5441406614007641213424
Binary101100100110000011011011000000111110100001010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,4,96); }

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

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

 a { background-color: rgb(44,4,96); }

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

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

 span { border-color: rgb(44,4,96); }

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