#292BAA

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

Shades of Persian Blue #292BAA

Tints of Persian Blue #292BAA

Color information

#292BAA (or 0x292BAA) is unknown color: approx Persian Blue. HEX triplet: 29, 2B and AA. RGB value is (41,43,170). Sum of RGB (Red+Green+Blue) = 41+43+170=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #292BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292BAA is #D6D455. Grayscale: #383838. Windows color (decimal): -14079062 or 11152169. OLE color: 11152169.

HSL color Cylindrical-coordinate representation of color #292BAA: hue angle of 239.07º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #292BAA is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4143170-
CMYK0.760.7500.33
HSL239.07º61.14%41.37%-
HSV(B)239.07º75.88%66.67%-
XYZ9.035.138.54-
YUV56.88191.84116.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 43 (17.19% from 255) = 16.93%
BLUE value IS 170 (66.80% from 255) = 66.93%
R=16.14%
G=16.93%
B=66.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41431700.760.7500.33239.0761.1441.37
Hex292BAA4C4B021ef3d29
Octal51532521141130413577551
Binary1010011010111010101010011001001011010000111101111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292BAA; }

 p { color: rgb(41,43,170); }

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

<style>
 a { background-color: #292BAA; }

 a { background-color: rgb(41,43,170); }

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

<style>
 span { border-color: #292BAA; }

 span { border-color: rgb(41,43,170); }

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