#2D1EC9

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

Shades of Persian Blue #2D1EC9

Tints of Persian Blue #2D1EC9

Color information

#2D1EC9 (or 0x2D1EC9) is unknown color: approx Persian Blue. HEX triplet: 2D, 1E and C9. RGB value is (45,30,201). Sum of RGB (Red+Green+Blue) = 45+30+201=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 201 (78.91% from 255 or 72.83% from 276); Max value from RGB is 201 - color contains mainly: blue. Hex color #2D1EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1EC9 is #D2E136. Grayscale: #353535. Windows color (decimal): -13820215 or 13180461. OLE color: 13180461.

HSL color Cylindrical-coordinate representation of color #2D1EC9: hue angle of 245.26º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1EC9 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4530201-
CMYK0.780.8500.21
HSL245.26º74.03%45.29%-
HSV(B)245.26º85.07%78.82%-
XYZ12.095.755.72-
YUV53.98210.97121.6-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.30%
GREEN value IS 30 (12.11% from 255) = 10.87%
BLUE value IS 201 (78.91% from 255) = 72.83%
R=16.30%
G=10.87%
B=72.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal45302010.780.8500.21245.2674.0345.29
Hex2D1EC94E55015f54a2d
Octal553631111612502536511255
Binary101101111101100100110011101010101010101111101011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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