#2A2AAB

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

Shades of Persian Blue #2A2AAB

Tints of Persian Blue #2A2AAB

Color information

#2A2AAB (or 0x2A2AAB) is unknown color: approx Persian Blue. HEX triplet: 2A, 2A and AB. RGB value is (42,42,171). Sum of RGB (Red+Green+Blue) = 42+42+171=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A2AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2AAB is #D5D554. Grayscale: #383838. Windows color (decimal): -14013781 or 11217450. OLE color: 11217450.

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

Color convert

RGB4242171-
CMYK0.750.7500.33
HSL240º60.56%41.76%-
HSV(B)240º75.44%67.06%-
XYZ9.135.0939.03-
YUV56.71192.5117.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.47%
GREEN value IS 42 (16.80% from 255) = 16.47%
BLUE value IS 171 (67.19% from 255) = 67.06%
R=16.47%
G=16.47%
B=67.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42421710.750.7500.3324060.5641.76
Hex2A2AAB4B4B021f03d2a
Octal52522531131130413607552
Binary1010101010101010101110010111001011010000111110000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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