#291269

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

Shades of Persian Indigo #291269

Tints of Persian Indigo #291269

Color information

#291269 (or 0x291269) is unknown color: approx Persian Indigo. HEX triplet: 29, 12 and 69. RGB value is (41,18,105). Sum of RGB (Red+Green+Blue) = 41+18+105=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 105 (41.41% from 255 or 64.02% from 164); Max value from RGB is 105 - color contains mainly: blue. Hex color #291269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291269 is #D6ED96. Grayscale: #222222. Windows color (decimal): -14085527 or 6885929. OLE color: 6885929.

HSL color Cylindrical-coordinate representation of color #291269: hue angle of 255.86º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291269 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4118105-
CMYK0.610.8300.59
HSL255.86º70.73%24.12%-
HSV(B)255.86º82.86%41.18%-
XYZ3.681.9213.54-
YUV34.8167.62132.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 105 (41.41% from 255) = 64.02%
R=25%
G=10.98%
B=64.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41181050.610.8300.59255.8670.7324.12
Hex2912693D5303B1004718
Octal51221517512307340010730
Binary10100110010110100111110110100110111011100000000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291269; }

 p { color: rgb(41,18,105); }

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

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

 a { background-color: rgb(41,18,105); }

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

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

 span { border-color: rgb(41,18,105); }

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