#2C0076

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

Shades of Persian Indigo #2C0076

Tints of Persian Indigo #2C0076

Color information

#2C0076 (or 0x2C0076) is unknown color: approx Persian Indigo. HEX triplet: 2C, 00 and 76. RGB value is (44,0,118). Sum of RGB (Red+Green+Blue) = 44+0+118=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C0076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0076 is #D3FF89. Grayscale: #1A1A1A. Windows color (decimal): -13893514 or 7733292. OLE color: 7733292.

HSL color Cylindrical-coordinate representation of color #2C0076: hue angle of 262.37º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C0076 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB440118-
CMYK0.63100.54
HSL262.37º100%23.14%-
HSV(B)262.37º100%46.27%-
XYZ4.311.8417.27-
YUV26.61179.58140.41-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 72.84%
R=27.16%
G=0%
B=72.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4401180.63100.54262.3710023.14
Hex2C0763F640361066417
Octal5401667714406640614427
Binary1011000111011011111111001000110110100000110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,0,118); }

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

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

 a { background-color: rgb(44,0,118); }

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

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

 span { border-color: rgb(44,0,118); }

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