#2D1CD9

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

Shades of Persian Blue #2D1CD9

Tints of Persian Blue #2D1CD9

Color information

#2D1CD9 (or 0x2D1CD9) is unknown color: approx Persian Blue. HEX triplet: 2D, 1C and D9. RGB value is (45,28,217). Sum of RGB (Red+Green+Blue) = 45+28+217=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 217 (85.16% from 255 or 74.83% from 290); Max value from RGB is 217 - color contains mainly: blue. Hex color #2D1CD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1CD9 is #D2E326. Grayscale: #353535. Windows color (decimal): -13820711 or 14228525. OLE color: 14228525.

HSL color Cylindrical-coordinate representation of color #2D1CD9: hue angle of 245.4º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D1CD9 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4528217-
CMYK0.790.8700.15
HSL245.4º77.14%48.04%-
HSV(B)245.4º87.1%85.1%-
XYZ14.026.466.14-
YUV54.63219.63121.13-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.52%
GREEN value IS 28 (11.33% from 255) = 9.66%
BLUE value IS 217 (85.16% from 255) = 74.83%
R=15.52%
G=9.66%
B=74.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal45282170.790.8700.15245.477.1448.04
Hex2D1CD94F570Ff54d30
Octal553433111712701736511560
Binary10110111100110110011001111101011101111111101011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,28,217); }

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

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

 a { background-color: rgb(45,28,217); }

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

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

 span { border-color: rgb(45,28,217); }

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