#2E17D6

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

Shades of Han Purple #2E17D6

Tints of Han Purple #2E17D6

Color information

#2E17D6 (or 0x2E17D6) is unknown color: approx Han Purple. HEX triplet: 2E, 17 and D6. RGB value is (46,23,214). Sum of RGB (Red+Green+Blue) = 46+23+214=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 214 (83.98% from 255 or 75.62% from 283); Max value from RGB is 214 - color contains mainly: blue. Hex color #2E17D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E17D6 is #D1E829. Grayscale: #323232. Windows color (decimal): -13756458 or 14030638. OLE color: 14030638.

HSL color Cylindrical-coordinate representation of color #2E17D6: hue angle of 247.23º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E17D6 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4623214-
CMYK0.790.8900.16
HSL247.23º80.59%46.47%-
HSV(B)247.23º89.25%83.92%-
XYZ13.576.0564.07-
YUV51.65219.62123.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.25%
GREEN value IS 23 (9.38% from 255) = 8.13%
BLUE value IS 214 (83.98% from 255) = 75.62%
R=16.25%
G=8.13%
B=75.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal46232140.790.8900.16247.2380.5946.47
Hex2E17D64F59010f7512e
Octal562732611713102036712156
Binary101110101111101011010011111011001010000111101111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E17D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,23,214); }

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

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

 a { background-color: rgb(46,23,214); }

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

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

 span { border-color: rgb(46,23,214); }

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