#2D31A4

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

Shades of Persian Blue #2D31A4

Tints of Persian Blue #2D31A4

Color information

#2D31A4 (or 0x2D31A4) is unknown color: approx Persian Blue. HEX triplet: 2D, 31 and A4. RGB value is (45,49,164). Sum of RGB (Red+Green+Blue) = 45+49+164=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 164 (64.45% from 255 or 63.57% from 258); Max value from RGB is 164 - color contains mainly: blue. Hex color #2D31A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D31A4 is #D2CE5B. Grayscale: #3C3C3C. Windows color (decimal): -13815388 or 10760493. OLE color: 10760493.

HSL color Cylindrical-coordinate representation of color #2D31A4: hue angle of 237.98º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D31A4 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4549164-
CMYK0.730.7000.36
HSL237.98º56.94%40.98%-
HSV(B)237.98º72.56%64.31%-
XYZ8.885.4335.7-
YUV60.91186.17116.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.44%
GREEN value IS 49 (19.53% from 255) = 18.99%
BLUE value IS 164 (64.45% from 255) = 63.57%
R=17.44%
G=18.99%
B=63.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45491640.730.7000.36237.9856.9440.98
Hex2D31A44946024ee3929
Octal55612441111060443567151
Binary1011011100011010010010010011000110010010011101110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D31A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,49,164); }

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

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

 a { background-color: rgb(45,49,164); }

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

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

 span { border-color: rgb(45,49,164); }

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