#2D1DD2

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

Shades of Persian Blue #2D1DD2

Tints of Persian Blue #2D1DD2

Color information

#2D1DD2 (or 0x2D1DD2) is unknown color: approx Persian Blue. HEX triplet: 2D, 1D and D2. RGB value is (45,29,210). Sum of RGB (Red+Green+Blue) = 45+29+210=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 210 (82.42% from 255 or 73.94% from 284); Max value from RGB is 210 - color contains mainly: blue. Hex color #2D1DD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1DD2 is #D2E22D. Grayscale: #353535. Windows color (decimal): -13820462 or 13770029. OLE color: 13770029.

HSL color Cylindrical-coordinate representation of color #2D1DD2: hue angle of 245.3º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D1DD2 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4529210-
CMYK0.790.8600.18
HSL245.3º75.73%46.86%-
HSV(B)245.3º86.19%82.35%-
XYZ13.156.0961.45-
YUV54.42215.8121.28-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.85%
GREEN value IS 29 (11.72% from 255) = 10.21%
BLUE value IS 210 (82.42% from 255) = 73.94%
R=15.85%
G=10.21%
B=73.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal45292100.790.8600.18245.375.7346.86
Hex2D1DD24F56012f54c2f
Octal553532211712602236511457
Binary101101111011101001010011111010110010010111101011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,29,210); }

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

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

 a { background-color: rgb(45,29,210); }

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

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

 span { border-color: rgb(45,29,210); }

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