#2C2686

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

Shades of Persian Indigo #2C2686

Tints of Persian Indigo #2C2686

Color information

#2C2686 (or 0x2C2686) is unknown color: approx Persian Indigo. HEX triplet: 2C, 26 and 86. RGB value is (44,38,134). Sum of RGB (Red+Green+Blue) = 44+38+134=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 134 (52.73% from 255 or 62.04% from 216); Max value from RGB is 134 - color contains mainly: blue. Hex color #2C2686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2686 is #D3D979. Grayscale: #323232. Windows color (decimal): -13883770 or 8791596. OLE color: 8791596.

HSL color Cylindrical-coordinate representation of color #2C2686: hue angle of 243.75º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C2686 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4438134-
CMYK0.670.7200.47
HSL243.75º55.81%33.73%-
HSV(B)243.75º71.64%52.55%-
XYZ6.033.6422.94-
YUV50.74174.99123.19-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.37%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 134 (52.73% from 255) = 62.04%
R=20.37%
G=17.59%
B=62.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal44381340.670.7200.47243.7555.8133.73
Hex2C2686434802Ff43822
Octal54462061031100573647042
Binary1011001001101000011010000111001000010111111110100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,38,134); }

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

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

 a { background-color: rgb(44,38,134); }

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

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

 span { border-color: rgb(44,38,134); }

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