#291279

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

Shades of Persian Indigo #291279

Tints of Persian Indigo #291279

Color information

#291279 (or 0x291279) is unknown color: approx Persian Indigo. HEX triplet: 29, 12 and 79. RGB value is (41,18,121). Sum of RGB (Red+Green+Blue) = 41+18+121=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 121 (47.66% from 255 or 67.22% from 180); Max value from RGB is 121 - color contains mainly: blue. Hex color #291279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291279 is #D6ED86. Grayscale: #242424. Windows color (decimal): -14085511 or 7934505. OLE color: 7934505.

HSL color Cylindrical-coordinate representation of color #291279: hue angle of 253.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291279 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4118121-
CMYK0.660.8500.53
HSL253.4º74.1%27.25%-
HSV(B)253.4º85.12%47.45%-
XYZ4.582.2818.29-
YUV36.62175.62131.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 18 (7.42% from 255) = 10%
BLUE value IS 121 (47.66% from 255) = 67.22%
R=22.78%
G=10%
B=67.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41181210.660.8500.53253.474.127.25
Hex2912794255035fd4a1b
Octal512217110212506537511233
Binary10100110010111100110000101010101011010111111101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291279; }

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

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

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

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

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

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

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

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