#2d25ab

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

Shades of Persian Blue #2D25AB

Tints of Persian Blue #2D25AB

Color information

#2D25AB (or 0x2D25AB) is unknown color: approx Persian Blue. HEX triplet: 2D, 25 and AB. RGB value is (45,37,171). Sum of RGB (Red+Green+Blue) = 45+37+171=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D25AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D25AB is #D2DA54. Grayscale: #363636. Windows color (decimal): -13818453 or 11216173. OLE color: 11216173.

HSL color Cylindrical-coordinate representation of color #2D25AB: hue angle of 243.58º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D25AB is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4537171-
CMYK0.740.7800.33
HSL243.58º64.42%40.78%-
HSV(B)243.58º78.36%67.06%-
XYZ9.094.8238.98-
YUV54.67193.65121.1-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.79%
GREEN value IS 37 (14.84% from 255) = 14.62%
BLUE value IS 171 (67.19% from 255) = 67.59%
R=17.79%
G=14.62%
B=67.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45371710.740.7800.33243.5864.4240.78
Hex2D25AB4A4E021f44029
Octal554525311211604136410051
Binary10110110010110101011100101010011100100001111101001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d25ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,37,171); }

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

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

 a { background-color: rgb(45,37,171); }

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

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

 span { border-color: rgb(45,37,171); }

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