#291484

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

Shades of Persian Indigo #291484

Tints of Persian Indigo #291484

Color information

#291484 (or 0x291484) is unknown color: approx Persian Indigo. HEX triplet: 29, 14 and 84. RGB value is (41,20,132). Sum of RGB (Red+Green+Blue) = 41+20+132=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 132 (51.95% from 255 or 68.39% from 193); Max value from RGB is 132 - color contains mainly: blue. Hex color #291484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291484 is #D6EB7B. Grayscale: #262626. Windows color (decimal): -14084988 or 8655913. OLE color: 8655913.

HSL color Cylindrical-coordinate representation of color #291484: hue angle of 251.25º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291484 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4120132-
CMYK0.690.8500.48
HSL251.25º73.68%29.8%-
HSV(B)251.25º84.85%51.76%-
XYZ5.332.6422.06-
YUV39.05180.46129.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 132 (51.95% from 255) = 68.39%
R=21.24%
G=10.36%
B=68.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41201320.690.8500.48251.2573.6829.8
Hex2914844555030fb4a1e
Octal512420410512506037311236
Binary101001101001000010010001011010101011000011111011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291484; }

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

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

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

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

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

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

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

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