#2C1669

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

Shades of Persian Indigo #2C1669

Tints of Persian Indigo #2C1669

Color information

#2C1669 (or 0x2C1669) is unknown color: approx Persian Indigo. HEX triplet: 2C, 16 and 69. RGB value is (44,22,105). Sum of RGB (Red+Green+Blue) = 44+22+105=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C1669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1669 is #D3E996. Grayscale: #252525. Windows color (decimal): -13887895 or 6886956. OLE color: 6886956.

HSL color Cylindrical-coordinate representation of color #2C1669: hue angle of 255.9º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C1669 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4422105-
CMYK0.580.7900.59
HSL255.9º65.35%24.9%-
HSV(B)255.9º79.05%41.18%-
XYZ3.882.1313.57-
YUV38.04165.79132.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.73%
GREEN value IS 22 (8.98% from 255) = 12.87%
BLUE value IS 105 (41.41% from 255) = 61.40%
R=25.73%
G=12.87%
B=61.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44221050.580.7900.59255.965.3524.9
Hex2C16693A4F03B1004119
Octal54261517211707340010131
Binary10110010110110100111101010011110111011100000000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,22,105); }

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

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

 a { background-color: rgb(44,22,105); }

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

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

 span { border-color: rgb(44,22,105); }

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