#2A42AB

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

Shades of Persian Blue #2A42AB

Tints of Persian Blue #2A42AB

Color information

#2A42AB (or 0x2A42AB) is unknown color: approx Persian Blue. HEX triplet: 2A, 42 and AB. RGB value is (42,66,171). Sum of RGB (Red+Green+Blue) = 42+66+171=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A42AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A42AB is #D5BD54. Grayscale: #464646. Windows color (decimal): -14007637 or 11223594. OLE color: 11223594.

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

Color convert

RGB4266171-
CMYK0.750.6100.33
HSL228.84º60.56%41.76%-
HSV(B)228.84º75.44%67.06%-
XYZ10.257.3339.4-
YUV70.79184.55107.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.05%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 171 (67.19% from 255) = 61.29%
R=15.05%
G=23.66%
B=61.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42661710.750.6100.33228.8460.5641.76
Hex2A42AB4B3D021e53d2a
Octal52102253113750413457552
Binary1010101000010101010111001011111101010000111100101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A42AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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