#2D1DDF

Color #2D1DDF Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #2D1DDF

Tints of Han Purple #2D1DDF

Color information

#2D1DDF (or 0x2D1DDF) is unknown color: approx Han Purple. HEX triplet: 2D, 1D and DF. RGB value is (45,29,223). Sum of RGB (Red+Green+Blue) = 45+29+223=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D1DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1DDF is #D2E220. Grayscale: #373737. Windows color (decimal): -13820449 or 14621997. OLE color: 14621997.

HSL color Cylindrical-coordinate representation of color #2D1DDF: hue angle of 244.95º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D1DDF is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4529223-
CMYK0.800.8700.13
HSL244.95º76.98%49.41%-
HSV(B)244.95º87%87.45%-
XYZ14.846.7670.34-
YUV55.9222.3120.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.15%
GREEN value IS 29 (11.72% from 255) = 9.76%
BLUE value IS 223 (87.5% from 255) = 75.08%
R=15.15%
G=9.76%
B=75.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal45292230.800.8700.13244.9576.9849.41
Hex2D1DDF50570Df54d31
Octal553533712012701536511561
Binary10110111101110111111010000101011101101111101011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,29,223); }

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

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

 a { background-color: rgb(45,29,223); }

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

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

 span { border-color: rgb(45,29,223); }

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