#292AB9

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

Shades of Persian Blue #292AB9

Tints of Persian Blue #292AB9

Color information

#292AB9 (or 0x292AB9) is unknown color: approx Persian Blue. HEX triplet: 29, 2A and B9. RGB value is (41,42,185). Sum of RGB (Red+Green+Blue) = 41+42+185=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 185 (72.66% from 255 or 69.03% from 268); Max value from RGB is 185 - color contains mainly: blue. Hex color #292AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292AB9 is #D6D546. Grayscale: #393939. Windows color (decimal): -14079303 or 12134953. OLE color: 12134953.

HSL color Cylindrical-coordinate representation of color #292AB9: hue angle of 239.58º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #292AB9 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4142185-
CMYK0.780.7700.27
HSL239.58º63.72%44.31%-
HSV(B)239.58º77.84%72.55%-
XYZ10.55.6346.43-
YUV58199.67115.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.30%
GREEN value IS 42 (16.80% from 255) = 15.67%
BLUE value IS 185 (72.66% from 255) = 69.03%
R=15.30%
G=15.67%
B=69.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41421850.780.7700.27239.5863.7244.31
Hex292AB94E4D01Bf0402c
Octal515227111611503336010054
Binary1010011010101011100110011101001101011011111100001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,42,185); }

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

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

 a { background-color: rgb(41,42,185); }

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

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

 span { border-color: rgb(41,42,185); }

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