#2D2AC5

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

Shades of Persian Blue #2D2AC5

Tints of Persian Blue #2D2AC5

Color information

#2D2AC5 (or 0x2D2AC5) is unknown color: approx Persian Blue. HEX triplet: 2D, 2A and C5. RGB value is (45,42,197). Sum of RGB (Red+Green+Blue) = 45+42+197=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 197 (77.34% from 255 or 69.37% from 284); Max value from RGB is 197 - color contains mainly: blue. Hex color #2D2AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2AC5 is #D2D53A. Grayscale: #3B3B3B. Windows color (decimal): -13817147 or 12921389. OLE color: 12921389.

HSL color Cylindrical-coordinate representation of color #2D2AC5: hue angle of 241.16º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D2AC5 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4542197-
CMYK0.770.7900.23
HSL241.16º64.85%46.86%-
HSV(B)241.16º78.68%77.25%-
XYZ11.996.2553.4-
YUV60.57204.99116.9-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.85%
GREEN value IS 42 (16.80% from 255) = 14.79%
BLUE value IS 197 (77.34% from 255) = 69.37%
R=15.85%
G=14.79%
B=69.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal45421970.770.7900.23241.1664.8546.86
Hex2D2AC54D4F017f1412f
Octal555230511511702736110157
Binary1011011010101100010110011011001111010111111100011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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