#291CB2

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

Shades of Persian Blue #291CB2

Tints of Persian Blue #291CB2

Color information

#291CB2 (or 0x291CB2) is unknown color: approx Persian Blue. HEX triplet: 29, 1C and B2. RGB value is (41,28,178). Sum of RGB (Red+Green+Blue) = 41+28+178=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 178 (69.92% from 255 or 72.06% from 247); Max value from RGB is 178 - color contains mainly: blue. Hex color #291CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291CB2 is #D6E34D. Grayscale: #303030. Windows color (decimal): -14082894 or 11672617. OLE color: 11672617.

HSL color Cylindrical-coordinate representation of color #291CB2: hue angle of 245.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #291CB2 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4128178-
CMYK0.770.8400.30
HSL245.2º72.82%40.39%-
HSV(B)245.2º84.27%69.8%-
XYZ9.374.5242.5-
YUV48.99200.81122.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.60%
GREEN value IS 28 (11.33% from 255) = 11.34%
BLUE value IS 178 (69.92% from 255) = 72.06%
R=16.60%
G=11.34%
B=72.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal41281780.770.8400.30245.272.8240.39
Hex291CB24D5401Ef54928
Octal513426211512403636511150
Binary101001111001011001010011011010100011110111101011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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