#291266

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

Shades of Persian Indigo #291266

Tints of Persian Indigo #291266

Color information

#291266 (or 0x291266) is unknown color: approx Persian Indigo. HEX triplet: 29, 12 and 66. RGB value is (41,18,102). Sum of RGB (Red+Green+Blue) = 41+18+102=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #291266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291266 is #D6ED99. Grayscale: #222222. Windows color (decimal): -14085530 or 6689321. OLE color: 6689321.

HSL color Cylindrical-coordinate representation of color #291266: hue angle of 256.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #291266 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4118102-
CMYK0.600.8200.6
HSL256.43º70%23.53%-
HSV(B)256.43º82.35%40%-
XYZ3.531.8612.74-
YUV34.45166.12132.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 102 (40.23% from 255) = 63.35%
R=25.47%
G=11.18%
B=63.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41181020.600.8200.6256.437023.53
Hex2912663C5203C1004618
Octal51221467412207440010630
Binary10100110010110011011110010100100111100100000000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291266; }

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

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

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

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

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

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

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

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