#2842AD

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

Shades of Persian Blue #2842AD

Tints of Persian Blue #2842AD

Color information

#2842AD (or 0x2842AD) is unknown color: approx Persian Blue. HEX triplet: 28, 42 and AD. RGB value is (40,66,173). Sum of RGB (Red+Green+Blue) = 40+66+173=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #2842AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2842AD is #D7BD52. Grayscale: #454545. Windows color (decimal): -14138707 or 11354664. OLE color: 11354664.

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

Color convert

RGB4066173-
CMYK0.770.6200.32
HSL228.27º62.44%41.76%-
HSV(B)228.27º76.88%67.84%-
XYZ10.377.3640.41-
YUV70.42185.89106.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.34%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 173 (67.97% from 255) = 62.01%
R=14.34%
G=23.66%
B=62.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal40661730.770.6200.32228.2762.4441.76
Hex2842AD4D3E020e43e2a
Octal50102255115760403447652
Binary1010001000010101011011001101111110010000011100100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2842AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2842AD; }

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

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

<style>
 a { background-color: #2842AD; }

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

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

<style>
 span { border-color: #2842AD; }

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

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