#2C086B

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

Shades of Persian Indigo #2C086B

Tints of Persian Indigo #2C086B

Color information

#2C086B (or 0x2C086B) is unknown color: approx Persian Indigo. HEX triplet: 2C, 08 and 6B. RGB value is (44,8,107). Sum of RGB (Red+Green+Blue) = 44+8+107=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #2C086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C086B is #D3F794. Grayscale: #1D1D1D. Windows color (decimal): -13891477 or 7014444. OLE color: 7014444.

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

Color convert

RGB448107-
CMYK0.590.9300.58
HSL261.82º86.09%22.55%-
HSV(B)261.82º92.52%41.96%-
XYZ3.781.7714.05-
YUV30.05171.43137.95-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.67%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 107 (42.19% from 255) = 67.30%
R=27.67%
G=5.03%
B=67.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4481070.590.9300.58261.8286.0922.55
Hex2C86B3B5D03A1065617
Octal54101537313507240612627
Binary1011001000110101111101110111010111010100000110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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