#2E1663

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

Shades of Christalle #2E1663

Tints of Christalle #2E1663

Color information

#2E1663 (or 0x2E1663) is unknown color: approx Christalle. HEX triplet: 2E, 16 and 63. RGB value is (46,22,99). Sum of RGB (Red+Green+Blue) = 46+22+99=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E1663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1663 is #D1E99C. Grayscale: #252525. Windows color (decimal): -13756829 or 6493742. OLE color: 6493742.

HSL color Cylindrical-coordinate representation of color #2E1663: hue angle of 258.7º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E1663 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB462299-
CMYK0.540.7800.61
HSL258.7º63.64%23.73%-
HSV(B)258.7º77.78%38.82%-
XYZ3.672.0612.01-
YUV37.95162.45133.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.54%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 99 (39.06% from 255) = 59.28%
R=27.54%
G=13.17%
B=59.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4622990.540.7800.61258.763.6423.73
Hex2E1663364E03D1034018
Octal56261436611607540310030
Binary10111010110110001111011010011100111101100000011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,22,99); }

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

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

 a { background-color: rgb(46,22,99); }

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

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

 span { border-color: rgb(46,22,99); }

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