#291C85

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

Shades of Persian Indigo #291C85

Tints of Persian Indigo #291C85

Color information

#291C85 (or 0x291C85) is unknown color: approx Persian Indigo. HEX triplet: 29, 1C and 85. RGB value is (41,28,133). Sum of RGB (Red+Green+Blue) = 41+28+133=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #291C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291C85 is #D6E37A. Grayscale: #2B2B2B. Windows color (decimal): -14082939 or 8723497. OLE color: 8723497.

HSL color Cylindrical-coordinate representation of color #291C85: hue angle of 247.43º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #291C85 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4128133-
CMYK0.690.7900.48
HSL247.43º65.22%31.57%-
HSV(B)247.43º78.95%52.16%-
XYZ5.56322.48-
YUV43.86178.31125.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.30%
GREEN value IS 28 (11.33% from 255) = 13.86%
BLUE value IS 133 (52.34% from 255) = 65.84%
R=20.30%
G=13.86%
B=65.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41281330.690.7900.48247.4365.2231.57
Hex291C85454F030f74120
Octal513420510511706036710140
Binary1010011110010000101100010110011110110000111101111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291C85; }

 p { color: rgb(41,28,133); }

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

<style>
 a { background-color: #291C85; }

 a { background-color: rgb(41,28,133); }

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

<style>
 span { border-color: #291C85; }

 span { border-color: rgb(41,28,133); }

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