#291EBE

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

Shades of Persian Blue #291EBE

Tints of Persian Blue #291EBE

Color information

#291EBE (or 0x291EBE) is unknown color: approx Persian Blue. HEX triplet: 29, 1E and BE. RGB value is (41,30,190). Sum of RGB (Red+Green+Blue) = 41+30+190=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 190 (74.61% from 255 or 72.80% from 261); Max value from RGB is 190 - color contains mainly: blue. Hex color #291EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291EBE is #D6E141. Grayscale: #323232. Windows color (decimal): -14082370 or 12459561. OLE color: 12459561.

HSL color Cylindrical-coordinate representation of color #291EBE: hue angle of 244.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #291EBE is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4130190-
CMYK0.780.8400.25
HSL244.12º72.73%43.14%-
HSV(B)244.12º84.21%74.51%-
XYZ10.675.1249.14-
YUV51.53206.14120.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 190 (74.61% from 255) = 72.80%
R=15.71%
G=11.49%
B=72.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41301900.780.8400.25244.1272.7343.14
Hex291EBE4E54019f4492b
Octal513627611612403136411153
Binary101001111101011111010011101010100011001111101001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,30,190); }

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

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

 a { background-color: rgb(41,30,190); }

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

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

 span { border-color: rgb(41,30,190); }

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