#2D14D9

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

Shades of Han Purple #2D14D9

Tints of Han Purple #2D14D9

Color information

#2D14D9 (or 0x2D14D9) is unknown color: approx Han Purple. HEX triplet: 2D, 14 and D9. RGB value is (45,20,217). Sum of RGB (Red+Green+Blue) = 45+20+217=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 217 (85.16% from 255 or 76.95% from 282); Max value from RGB is 217 - color contains mainly: blue. Hex color #2D14D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D14D9 is #D2EB26. Grayscale: #313131. Windows color (decimal): -13822759 or 14226477. OLE color: 14226477.

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

Color convert

RGB4520217-
CMYK0.790.9100.15
HSL247.61º83.12%46.47%-
HSV(B)247.61º90.78%85.1%-
XYZ13.866.0766.09-
YUV49.93222.28124.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.96%
GREEN value IS 20 (8.20% from 255) = 7.09%
BLUE value IS 217 (85.16% from 255) = 76.95%
R=15.96%
G=7.09%
B=76.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal45202170.790.9100.15247.6183.1246.47
Hex2D14D94F5B0Ff8532e
Octal552433111713301737012356
Binary10110110100110110011001111101101101111111110001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D14D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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