#2e1cd9

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

Shades of Han Purple #2E1CD9

Tints of Han Purple #2E1CD9

Color information

#2E1CD9 (or 0x2E1CD9) is unknown color: approx Han Purple. HEX triplet: 2E, 1C and D9. RGB value is (46,28,217). Sum of RGB (Red+Green+Blue) = 46+28+217=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 217 (85.16% from 255 or 74.57% from 291); Max value from RGB is 217 - color contains mainly: blue. Hex color #2E1CD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1CD9 is #D1E326. Grayscale: #363636. Windows color (decimal): -13755175 or 14228526. OLE color: 14228526.

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

Color convert

RGB4628217-
CMYK0.790.8700.15
HSL245.71º77.14%48.04%-
HSV(B)245.71º87.1%85.1%-
XYZ14.076.4266.14-
YUV54.93219.46121.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.81%
GREEN value IS 28 (11.33% from 255) = 9.62%
BLUE value IS 217 (85.16% from 255) = 74.57%
R=15.81%
G=9.62%
B=74.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal46282170.790.8700.15245.7177.1448.04
Hex2E1CD94F570Ff64d30
Octal563433111712701736611560
Binary10111011100110110011001111101011101111111101101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e1cd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,28,217); }

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

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

 a { background-color: rgb(46,28,217); }

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

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

 span { border-color: rgb(46,28,217); }

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