#291680

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

Shades of Persian Indigo #291680

Tints of Persian Indigo #291680

Color information

#291680 (or 0x291680) is unknown color: approx Persian Indigo. HEX triplet: 29, 16 and 80. RGB value is (41,22,128). Sum of RGB (Red+Green+Blue) = 41+22+128=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 128 (50.39% from 255 or 67.02% from 191); Max value from RGB is 128 - color contains mainly: blue. Hex color #291680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291680 is #D6E97F. Grayscale: #272727. Windows color (decimal): -14084480 or 8394281. OLE color: 8394281.

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

Color convert

RGB4122128-
CMYK0.680.8300.50
HSL250.75º70.67%29.41%-
HSV(B)250.75º82.81%50.2%-
XYZ5.12.620.66-
YUV39.76177.79128.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 128 (50.39% from 255) = 67.02%
R=21.47%
G=11.52%
B=67.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41221280.680.8300.50250.7570.6729.41
Hex2916804453032fb471d
Octal512620010412306237310735
Binary101001101101000000010001001010011011001011111011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291680; }

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

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

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

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

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

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

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

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