#291469

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

Shades of Persian Indigo #291469

Tints of Persian Indigo #291469

Color information

#291469 (or 0x291469) is unknown color: approx Persian Indigo. HEX triplet: 29, 14 and 69. RGB value is (41,20,105). Sum of RGB (Red+Green+Blue) = 41+20+105=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #291469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291469 is #D6EB96. Grayscale: #232323. Windows color (decimal): -14085015 or 6886441. OLE color: 6886441.

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

Color convert

RGB4120105-
CMYK0.610.8100.59
HSL254.82º68%24.51%-
HSV(B)254.82º80.95%41.18%-
XYZ3.711.9913.55-
YUV35.97166.96131.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 105 (41.41% from 255) = 63.25%
R=24.70%
G=12.05%
B=63.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41201050.610.8100.59254.826824.51
Hex2914693D5103Bff4419
Octal51241517512107337710431
Binary1010011010011010011111011010001011101111111111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291469; }

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

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

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

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

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

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

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

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