#291480

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

Shades of Persian Indigo #291480

Tints of Persian Indigo #291480

Color information

#291480 (or 0x291480) is unknown color: approx Persian Indigo. HEX triplet: 29, 14 and 80. RGB value is (41,20,128). Sum of RGB (Red+Green+Blue) = 41+20+128=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 128 (50.39% from 255 or 67.72% from 189); Max value from RGB is 128 - color contains mainly: blue. Hex color #291480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291480 is #D6EB7F. Grayscale: #262626. Windows color (decimal): -14084992 or 8393769. OLE color: 8393769.

HSL color Cylindrical-coordinate representation of color #291480: hue angle of 251.67º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #291480 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4120128-
CMYK0.680.8400.50
HSL251.67º72.97%29.02%-
HSV(B)251.67º84.38%50.2%-
XYZ5.062.5320.64-
YUV38.59178.46129.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 128 (50.39% from 255) = 67.72%
R=21.69%
G=10.58%
B=67.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41201280.680.8400.50251.6772.9729.02
Hex2914804454032fc491d
Octal512420010412406237411135
Binary101001101001000000010001001010100011001011111100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291480; }

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

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

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

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

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

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

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

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