#2a2aaa

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

Shades of Persian Blue #2A2AAA

Tints of Persian Blue #2A2AAA

Color information

#2A2AAA (or 0x2A2AAA) is unknown color: approx Persian Blue. HEX triplet: 2A, 2A and AA. RGB value is (42,42,170). Sum of RGB (Red+Green+Blue) = 42+42+170=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 42 (16.80% from 255 or 16.54% 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 #2A2AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2AAA is #D5D555. Grayscale: #383838. Windows color (decimal): -14013782 or 11151914. OLE color: 11151914.

HSL color Cylindrical-coordinate representation of color #2A2AAA: hue angle of 240º degrees, saturation: 0.6, 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 #2A2AAA is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4242170-
CMYK0.750.7500.33
HSL240º60.38%41.57%-
HSV(B)240º75.29%66.67%-
XYZ9.045.0538.53-
YUV56.59192117.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.54%
GREEN value IS 42 (16.80% from 255) = 16.54%
BLUE value IS 170 (66.80% from 255) = 66.93%
R=16.54%
G=16.54%
B=66.93%

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
Decimal42421700.750.7500.3324060.3841.57
Hex2A2AAA4B4B021f03c2a
Octal52522521131130413607452
Binary1010101010101010101010010111001011010000111110000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a2aaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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