#291569

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

Shades of Persian Indigo #291569

Tints of Persian Indigo #291569

Color information

#291569 (or 0x291569) is unknown color: approx Persian Indigo. HEX triplet: 29, 15 and 69. RGB value is (41,21,105). Sum of RGB (Red+Green+Blue) = 41+21+105=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 105 (41.41% from 255 or 62.87% from 167); Max value from RGB is 105 - color contains mainly: blue. Hex color #291569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291569 is #D6EA96. Grayscale: #242424. Windows color (decimal): -14084759 or 6886697. OLE color: 6886697.

HSL color Cylindrical-coordinate representation of color #291569: hue angle of 254.29º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #291569 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4121105-
CMYK0.610.8000.59
HSL254.29º66.67%24.71%-
HSV(B)254.29º80%41.18%-
XYZ3.732.0313.56-
YUV36.56166.63131.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 105 (41.41% from 255) = 62.87%
R=24.55%
G=12.57%
B=62.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41211050.610.8000.59254.2966.6724.71
Hex2915693D5003Bfe4319
Octal51251517512007337610331
Binary1010011010111010011111011010000011101111111110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291569; }

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

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

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

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

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

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

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

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