#2D1CD0

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

Shades of Persian Blue #2D1CD0

Tints of Persian Blue #2D1CD0

Color information

#2D1CD0 (or 0x2D1CD0) is unknown color: approx Persian Blue. HEX triplet: 2D, 1C and D0. RGB value is (45,28,208). Sum of RGB (Red+Green+Blue) = 45+28+208=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 208 (81.64% from 255 or 74.02% from 281); Max value from RGB is 208 - color contains mainly: blue. Hex color #2D1CD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1CD0 is #D2E32F. Grayscale: #343434. Windows color (decimal): -13820720 or 13638701. OLE color: 13638701.

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

Color convert

RGB4528208-
CMYK0.780.8700.18
HSL245.67º76.27%46.27%-
HSV(B)245.67º86.54%81.57%-
XYZ12.885.9460.14-
YUV53.6215.13121.86-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.01%
GREEN value IS 28 (11.33% from 255) = 9.96%
BLUE value IS 208 (81.64% from 255) = 74.02%
R=16.01%
G=9.96%
B=74.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal45282080.780.8700.18245.6776.2746.27
Hex2D1CD04E57012f64c2e
Octal553432011612702236611456
Binary101101111001101000010011101010111010010111101101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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