#2C086A

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

Shades of Persian Indigo #2C086A

Tints of Persian Indigo #2C086A

Color information

#2C086A (or 0x2C086A) is unknown color: approx Persian Indigo. HEX triplet: 2C, 08 and 6A. RGB value is (44,8,106). Sum of RGB (Red+Green+Blue) = 44+8+106=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 106 (41.80% from 255 or 67.09% from 158); Max value from RGB is 106 - color contains mainly: blue. Hex color #2C086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C086A is #D3F795. Grayscale: #1D1D1D. Windows color (decimal): -13891478 or 6948908. OLE color: 6948908.

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

Color convert

RGB448106-
CMYK0.580.9200.58
HSL262.04º85.96%22.35%-
HSV(B)262.04º92.45%41.57%-
XYZ3.731.7513.78-
YUV29.94170.93138.03-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.85%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 106 (41.80% from 255) = 67.09%
R=27.85%
G=5.06%
B=67.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4481060.580.9200.58262.0485.9622.35
Hex2C86A3A5C03A1065616
Octal54101527213407240612626
Binary1011001000110101011101010111000111010100000110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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