#2A29AB

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

Shades of Persian Blue #2A29AB

Tints of Persian Blue #2A29AB

Color information

#2A29AB (or 0x2A29AB) is unknown color: approx Persian Blue. HEX triplet: 2A, 29 and AB. RGB value is (42,41,171). Sum of RGB (Red+Green+Blue) = 42+41+171=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A29AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A29AB is #D5D654. Grayscale: #373737. Windows color (decimal): -14014037 or 11217194. OLE color: 11217194.

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

Color convert

RGB4241171-
CMYK0.750.7600.33
HSL240.46º61.32%41.57%-
HSV(B)240.46º76.02%67.06%-
XYZ9.15.0239.02-
YUV56.12192.83117.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.54%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 171 (67.19% from 255) = 67.32%
R=16.54%
G=16.14%
B=67.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42411710.750.7600.33240.4661.3241.57
Hex2A29AB4B4C021f03d2a
Octal52512531131140413607552
Binary1010101010011010101110010111001100010000111110000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A29AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A29AB; }

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

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

<style>
 a { background-color: #2A29AB; }

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

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

<style>
 span { border-color: #2A29AB; }

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

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