#2C0776

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

Shades of Persian Indigo #2C0776

Tints of Persian Indigo #2C0776

Color information

#2C0776 (or 0x2C0776) is unknown color: approx Persian Indigo. HEX triplet: 2C, 07 and 76. RGB value is (44,7,118). Sum of RGB (Red+Green+Blue) = 44+7+118=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C0776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0776 is #D3F889. Grayscale: #1E1E1E. Windows color (decimal): -13891722 or 7735084. OLE color: 7735084.

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

Color convert

RGB447118-
CMYK0.630.9400.54
HSL260º88.8%24.51%-
HSV(B)260º94.07%46.27%-
XYZ4.38217.29-
YUV30.72177.26137.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.04%
GREEN value IS 7 (3.12% from 255) = 4.14%
BLUE value IS 118 (46.48% from 255) = 69.82%
R=26.04%
G=4.14%
B=69.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4471180.630.9400.5426088.824.51
Hex2C7763F5E0361045919
Octal5471667713606640413131
Binary101100111111011011111110111100110110100000100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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