#2A42AD

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

Shades of Persian Blue #2A42AD

Tints of Persian Blue #2A42AD

Color information

#2A42AD (or 0x2A42AD) is unknown color: approx Persian Blue. HEX triplet: 2A, 42 and AD. RGB value is (42,66,173). Sum of RGB (Red+Green+Blue) = 42+66+173=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A42AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A42AD is #D5BD52. Grayscale: #464646. Windows color (decimal): -14007635 or 11354666. OLE color: 11354666.

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

Color convert

RGB4266173-
CMYK0.760.6200.32
HSL229.01º60.93%42.16%-
HSV(B)229.01º75.72%67.84%-
XYZ10.457.4140.41-
YUV71.02185.55107.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.95%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 173 (67.97% from 255) = 61.57%
R=14.95%
G=23.49%
B=61.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42661730.760.6200.32229.0160.9342.16
Hex2A42AD4C3E020e53d2a
Octal52102255114760403457552
Binary1010101000010101011011001100111110010000011100101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A42AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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