#2A2DAD

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

Shades of Persian Blue #2A2DAD

Tints of Persian Blue #2A2DAD

Color information

#2A2DAD (or 0x2A2DAD) is unknown color: approx Persian Blue. HEX triplet: 2A, 2D and AD. RGB value is (42,45,173). Sum of RGB (Red+Green+Blue) = 42+45+173=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A2DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2DAD is #D5D252. Grayscale: #3A3A3A. Windows color (decimal): -14013011 or 11349290. OLE color: 11349290.

HSL color Cylindrical-coordinate representation of color #2A2DAD: hue angle of 238.63º 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 #2A2DAD is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4245173-
CMYK0.760.7400.32
HSL238.63º60.93%42.16%-
HSV(B)238.63º75.72%67.84%-
XYZ9.445.3940.08-
YUV58.7192.51116.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.15%
GREEN value IS 45 (17.97% from 255) = 17.31%
BLUE value IS 173 (67.97% from 255) = 66.54%
R=16.15%
G=17.31%
B=66.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42451730.760.7400.32238.6360.9342.16
Hex2A2DAD4C4A020ef3d2a
Octal52552551141120403577552
Binary1010101011011010110110011001001010010000011101111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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