#2C0676

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

Shades of Persian Indigo #2C0676

Tints of Persian Indigo #2C0676

Color information

#2C0676 (or 0x2C0676) is unknown color: approx Persian Indigo. HEX triplet: 2C, 06 and 76. RGB value is (44,6,118). Sum of RGB (Red+Green+Blue) = 44+6+118=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C0676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0676 is #D3F989. Grayscale: #1D1D1D. Windows color (decimal): -13891978 or 7734828. OLE color: 7734828.

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

Color convert

RGB446118-
CMYK0.630.9500.54
HSL260.36º90.32%24.31%-
HSV(B)260.36º94.92%46.27%-
XYZ4.371.9717.29-
YUV30.13177.59137.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.19%
GREEN value IS 6 (2.73% from 255) = 3.57%
BLUE value IS 118 (46.48% from 255) = 70.24%
R=26.19%
G=3.57%
B=70.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4461180.630.9500.54260.3690.3224.31
Hex2C6763F5F0361045a18
Octal5461667713706640413230
Binary101100110111011011111110111110110110100000100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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