#2D18DC

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

Shades of Han Purple #2D18DC

Tints of Han Purple #2D18DC

Color information

#2D18DC (or 0x2D18DC) is unknown color: approx Han Purple. HEX triplet: 2D, 18 and DC. RGB value is (45,24,220). Sum of RGB (Red+Green+Blue) = 45+24+220=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 220 (86.33% from 255 or 76.12% from 289); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D18DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D18DC is #D2E723. Grayscale: #333333. Windows color (decimal): -13821732 or 14424109. OLE color: 14424109.

HSL color Cylindrical-coordinate representation of color #2D18DC: hue angle of 246.43º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D18DC is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4524220-
CMYK0.800.8900.14
HSL246.43º80.33%47.84%-
HSV(B)246.43º89.09%86.27%-
XYZ14.336.3868.19-
YUV52.62222.46122.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.57%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 220 (86.33% from 255) = 76.12%
R=15.57%
G=8.30%
B=76.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal45242200.800.8900.14246.4380.3347.84
Hex2D18DC50590Ef65030
Octal553033412013101636612060
Binary10110111000110111001010000101100101110111101101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D18DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,24,220); }

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

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

 a { background-color: rgb(45,24,220); }

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

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

 span { border-color: rgb(45,24,220); }

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