#291CBC

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

Shades of Persian Blue #291CBC

Tints of Persian Blue #291CBC

Color information

#291CBC (or 0x291CBC) is unknown color: approx Persian Blue. HEX triplet: 29, 1C and BC. RGB value is (41,28,188). Sum of RGB (Red+Green+Blue) = 41+28+188=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #291CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291CBC is #D6E343. Grayscale: #313131. Windows color (decimal): -14082884 or 12327977. OLE color: 12327977.

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

Color convert

RGB4128188-
CMYK0.780.8500.26
HSL244.88º74.07%42.35%-
HSV(B)244.88º85.11%73.73%-
XYZ10.414.9347.98-
YUV50.13205.81121.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.95%
GREEN value IS 28 (11.33% from 255) = 10.89%
BLUE value IS 188 (73.83% from 255) = 73.15%
R=15.95%
G=10.89%
B=73.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41281880.780.8500.26244.8874.0742.35
Hex291CBC4E5501Af54a2a
Octal513427411612503236511252
Binary101001111001011110010011101010101011010111101011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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