#291FAD

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

Shades of Persian Blue #291FAD

Tints of Persian Blue #291FAD

Color information

#291FAD (or 0x291FAD) is unknown color: approx Persian Blue. HEX triplet: 29, 1F and AD. RGB value is (41,31,173). Sum of RGB (Red+Green+Blue) = 41+31+173=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #291FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291FAD is #D6E052. Grayscale: #313131. Windows color (decimal): -14082131 or 11345705. OLE color: 11345705.

HSL color Cylindrical-coordinate representation of color #291FAD: hue angle of 244.23º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #291FAD is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4131173-
CMYK0.760.8200.32
HSL244.23º69.61%40%-
HSV(B)244.23º82.08%67.84%-
XYZ8.954.4739.93-
YUV50.18197.31121.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 31 (12.5% from 255) = 12.65%
BLUE value IS 173 (67.97% from 255) = 70.61%
R=16.73%
G=12.65%
B=70.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41311730.760.8200.32244.2369.6140
Hex291FAD4C52020f44628
Octal513725511412204036410650
Binary1010011111110101101100110010100100100000111101001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291FAD; }

 p { color: rgb(41,31,173); }

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

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

 a { background-color: rgb(41,31,173); }

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

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

 span { border-color: rgb(41,31,173); }

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