#291782

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

Shades of Persian Indigo #291782

Tints of Persian Indigo #291782

Color information

#291782 (or 0x291782) is unknown color: approx Persian Indigo. HEX triplet: 29, 17 and 82. RGB value is (41,23,130). Sum of RGB (Red+Green+Blue) = 41+23+130=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #291782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291782 is #D6E87D. Grayscale: #282828. Windows color (decimal): -14084222 or 8525609. OLE color: 8525609.

HSL color Cylindrical-coordinate representation of color #291782: hue angle of 250.09º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #291782 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4123130-
CMYK0.680.8200.49
HSL250.09º69.93%30%-
HSV(B)250.09º82.31%50.98%-
XYZ5.252.721.36-
YUV40.58178.46128.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 23 (9.38% from 255) = 11.86%
BLUE value IS 130 (51.17% from 255) = 67.01%
R=21.13%
G=11.86%
B=67.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41231300.680.8200.49250.0969.9330
Hex2917824452031fa461e
Octal512720210412206137210636
Binary101001101111000001010001001010010011000111111010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291782; }

 p { color: rgb(41,23,130); }

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

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

 a { background-color: rgb(41,23,130); }

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

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

 span { border-color: rgb(41,23,130); }

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