#2E0959

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

Shades of Christalle #2E0959

Tints of Christalle #2E0959

Color information

#2E0959 (or 0x2E0959) is unknown color: approx Christalle. HEX triplet: 2E, 09 and 59. RGB value is (46,9,89). Sum of RGB (Red+Green+Blue) = 46+9+89=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E0959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0959 is #D1F6A6. Grayscale: #1C1C1C. Windows color (decimal): -13760167 or 5835054. OLE color: 5835054.

HSL color Cylindrical-coordinate representation of color #2E0959: hue angle of 267.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E0959 is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB46989-
CMYK0.480.9000.65
HSL267.75º81.63%19.22%-
HSV(B)267.75º89.89%34.9%-
XYZ3.031.59.58-
YUV29.18161.76140-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.94%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 89 (35.16% from 255) = 61.81%
R=31.94%
G=6.25%
B=61.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal469890.480.9000.65267.7581.6319.22
Hex2E959305A04110c5213
Octal561113160132010141412223
Binary10111010011011001110000101101001000001100001100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,9,89); }

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

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

 a { background-color: rgb(46,9,89); }

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

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

 span { border-color: rgb(46,9,89); }

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