#2C0869

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

Shades of Persian Indigo #2C0869

Tints of Persian Indigo #2C0869

Color information

#2C0869 (or 0x2C0869) is unknown color: approx Persian Indigo. HEX triplet: 2C, 08 and 69. RGB value is (44,8,105). Sum of RGB (Red+Green+Blue) = 44+8+105=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C0869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0869 is #D3F796. Grayscale: #1D1D1D. Windows color (decimal): -13891479 or 6883372. OLE color: 6883372.

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

Color convert

RGB448105-
CMYK0.580.9200.59
HSL262.27º85.84%22.16%-
HSV(B)262.27º92.38%41.18%-
XYZ3.681.7313.5-
YUV29.82170.43138.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.03%
GREEN value IS 8 (3.52% from 255) = 5.10%
BLUE value IS 105 (41.41% from 255) = 66.88%
R=28.03%
G=5.10%
B=66.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4481050.580.9200.59262.2785.8422.16
Hex2C8693A5C03B1065616
Octal54101517213407340612626
Binary1011001000110100111101010111000111011100000110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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