#2D1ECF

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

Shades of Persian Blue #2D1ECF

Tints of Persian Blue #2D1ECF

Color information

#2D1ECF (or 0x2D1ECF) is unknown color: approx Persian Blue. HEX triplet: 2D, 1E and CF. RGB value is (45,30,207). Sum of RGB (Red+Green+Blue) = 45+30+207=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #2D1ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1ECF is #D2E130. Grayscale: #353535. Windows color (decimal): -13820209 or 13573677. OLE color: 13573677.

HSL color Cylindrical-coordinate representation of color #2D1ECF: hue angle of 245.08º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D1ECF is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4530207-
CMYK0.780.8600.19
HSL245.08º74.68%46.47%-
HSV(B)245.08º85.51%81.18%-
XYZ12.815.9959.51-
YUV54.66213.97121.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.96%
GREEN value IS 30 (12.11% from 255) = 10.64%
BLUE value IS 207 (81.25% from 255) = 73.40%
R=15.96%
G=10.64%
B=73.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal45302070.780.8600.19245.0874.6846.47
Hex2D1ECF4E56013f54b2e
Octal553631711612602336511356
Binary101101111101100111110011101010110010011111101011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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