#2C2689

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

Shades of Persian Indigo #2C2689

Tints of Persian Indigo #2C2689

Color information

#2C2689 (or 0x2C2689) is unknown color: approx Persian Indigo. HEX triplet: 2C, 26 and 89. RGB value is (44,38,137). Sum of RGB (Red+Green+Blue) = 44+38+137=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C2689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2689 is #D3D976. Grayscale: #323232. Windows color (decimal): -13883767 or 8988204. OLE color: 8988204.

HSL color Cylindrical-coordinate representation of color #2C2689: hue angle of 243.64º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C2689 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4438137-
CMYK0.680.7200.46
HSL243.64º56.57%34.31%-
HSV(B)243.64º72.26%53.73%-
XYZ6.253.7324.06-
YUV51.08176.49122.95-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.09%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 137 (53.91% from 255) = 62.56%
R=20.09%
G=17.35%
B=62.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal44381370.680.7200.46243.6456.5734.31
Hex2C2689444802Ef43922
Octal54462111041100563647142
Binary1011001001101000100110001001001000010111011110100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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