#291CB8

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

Shades of Persian Blue #291CB8

Tints of Persian Blue #291CB8

Color information

#291CB8 (or 0x291CB8) is unknown color: approx Persian Blue. HEX triplet: 29, 1C and B8. RGB value is (41,28,184). Sum of RGB (Red+Green+Blue) = 41+28+184=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 184 (72.27% from 255 or 72.73% from 253); Max value from RGB is 184 - color contains mainly: blue. Hex color #291CB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291CB8 is #D6E347. Grayscale: #313131. Windows color (decimal): -14082888 or 12065833. OLE color: 12065833.

HSL color Cylindrical-coordinate representation of color #291CB8: hue angle of 245º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291CB8 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4128184-
CMYK0.780.8500.28
HSL245º73.58%41.57%-
HSV(B)245º84.78%72.16%-
XYZ9.984.7645.74-
YUV49.67203.81121.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.21%
GREEN value IS 28 (11.33% from 255) = 11.07%
BLUE value IS 184 (72.27% from 255) = 72.73%
R=16.21%
G=11.07%
B=72.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal41281840.780.8500.2824573.5841.57
Hex291CB84E5501Cf54a2a
Octal513427011612503436511252
Binary101001111001011100010011101010101011100111101011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,28,184); }

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

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

 a { background-color: rgb(41,28,184); }

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

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

 span { border-color: rgb(41,28,184); }

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