#291FD7

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

Shades of Persian Blue #291FD7

Tints of Persian Blue #291FD7

Color information

#291FD7 (or 0x291FD7) is unknown color: approx Persian Blue. HEX triplet: 29, 1F and D7. RGB value is (41,31,215). Sum of RGB (Red+Green+Blue) = 41+31+215=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 215 (84.38% from 255 or 74.91% from 287); Max value from RGB is 215 - color contains mainly: blue. Hex color #291FD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291FD7 is #D6E028. Grayscale: #363636. Windows color (decimal): -14082089 or 14098217. OLE color: 14098217.

HSL color Cylindrical-coordinate representation of color #291FD7: hue angle of 243.26º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #291FD7 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4131215-
CMYK0.810.8600.16
HSL243.26º74.8%48.24%-
HSV(B)243.26º85.58%84.31%-
XYZ13.676.3664.8-
YUV54.97218.31118.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.29%
GREEN value IS 31 (12.5% from 255) = 10.80%
BLUE value IS 215 (84.38% from 255) = 74.91%
R=14.29%
G=10.80%
B=74.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal41312150.810.8600.16243.2674.848.24
Hex291FD75156010f34b30
Octal513732712112602036311360
Binary101001111111101011110100011010110010000111100111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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