#2E1DDC

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

Shades of Han Purple #2E1DDC

Tints of Han Purple #2E1DDC

Color information

#2E1DDC (or 0x2E1DDC) is unknown color: approx Han Purple. HEX triplet: 2E, 1D and DC. RGB value is (46,29,220). Sum of RGB (Red+Green+Blue) = 46+29+220=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E1DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1DDC is #D1E223. Grayscale: #373737. Windows color (decimal): -13754916 or 14425390. OLE color: 14425390.

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

Color convert

RGB4629220-
CMYK0.790.8700.14
HSL245.34º76.71%48.82%-
HSV(B)245.34º86.82%86.27%-
XYZ14.486.6368.23-
YUV55.86220.63120.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.59%
GREEN value IS 29 (11.72% from 255) = 9.83%
BLUE value IS 220 (86.33% from 255) = 74.58%
R=15.59%
G=9.83%
B=74.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal46292200.790.8700.14245.3476.7148.82
Hex2E1DDC4F570Ef54d31
Octal563533411712701636511561
Binary10111011101110111001001111101011101110111101011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,29,220); }

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

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

 a { background-color: rgb(46,29,220); }

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

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

 span { border-color: rgb(46,29,220); }

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