#2D1ED2

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

Shades of Persian Blue #2D1ED2

Tints of Persian Blue #2D1ED2

Color information

#2D1ED2 (or 0x2D1ED2) is unknown color: approx Persian Blue. HEX triplet: 2D, 1E and D2. RGB value is (45,30,210). Sum of RGB (Red+Green+Blue) = 45+30+210=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 210 (82.42% from 255 or 73.68% from 285); Max value from RGB is 210 - color contains mainly: blue. Hex color #2D1ED2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1ED2 is #D2E12D. Grayscale: #363636. Windows color (decimal): -13820206 or 13770285. OLE color: 13770285.

HSL color Cylindrical-coordinate representation of color #2D1ED2: hue angle of 245º degrees, saturation: 0.75, 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 #2D1ED2 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4530210-
CMYK0.790.8600.18
HSL245º75%47.06%-
HSV(B)245º85.71%82.35%-
XYZ13.186.1461.46-
YUV55215.47120.86-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.79%
GREEN value IS 30 (12.11% from 255) = 10.53%
BLUE value IS 210 (82.42% from 255) = 73.68%
R=15.79%
G=10.53%
B=73.68%

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
Decimal45302100.790.8600.182457547.06
Hex2D1ED24F56012f54b2f
Octal553632211712602236511357
Binary101101111101101001010011111010110010010111101011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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