#291DBA

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

Shades of Persian Blue #291DBA

Tints of Persian Blue #291DBA

Color information

#291DBA (or 0x291DBA) is unknown color: approx Persian Blue. HEX triplet: 29, 1D and BA. RGB value is (41,29,186). Sum of RGB (Red+Green+Blue) = 41+29+186=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #291DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291DBA is #D6E245. Grayscale: #313131. Windows color (decimal): -14082630 or 12197161. OLE color: 12197161.

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

Color convert

RGB4129186-
CMYK0.780.8400.27
HSL244.59º73.02%42.16%-
HSV(B)244.59º84.41%72.94%-
XYZ10.224.946.86-
YUV50.49204.48121.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 29 (11.72% from 255) = 11.33%
BLUE value IS 186 (73.05% from 255) = 72.66%
R=16.02%
G=11.33%
B=72.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41291860.780.8400.27244.5973.0242.16
Hex291DBA4E5401Bf5492a
Octal513527211612403336511152
Binary101001111011011101010011101010100011011111101011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,29,186); }

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

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

 a { background-color: rgb(41,29,186); }

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

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

 span { border-color: rgb(41,29,186); }

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