#2C0969

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

Shades of Persian Indigo #2C0969

Tints of Persian Indigo #2C0969

Color information

#2C0969 (or 0x2C0969) is unknown color: approx Persian Indigo. HEX triplet: 2C, 09 and 69. RGB value is (44,9,105). Sum of RGB (Red+Green+Blue) = 44+9+105=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C0969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0969 is #D3F696. Grayscale: #1E1E1E. Windows color (decimal): -13891223 or 6883628. OLE color: 6883628.

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

Color convert

RGB449105-
CMYK0.580.9100.59
HSL261.88º84.21%22.35%-
HSV(B)261.88º91.43%41.18%-
XYZ3.691.7513.51-
YUV30.41170.1137.69-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.85%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 105 (41.41% from 255) = 66.46%
R=27.85%
G=5.70%
B=66.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4491050.580.9100.59261.8884.2122.35
Hex2C9693A5B03B1065416
Octal54111517213307340612426
Binary1011001001110100111101010110110111011100000110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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