#2E0556

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

Shades of Christalle #2E0556

Tints of Christalle #2E0556

Color information

#2E0556 (or 0x2E0556) is unknown color: approx Christalle. HEX triplet: 2E, 05 and 56. RGB value is (46,5,86). Sum of RGB (Red+Green+Blue) = 46+5+86=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #2E0556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0556 is #D1FAA9. Grayscale: #1A1A1A. Windows color (decimal): -13761194 or 5637422. OLE color: 5637422.

HSL color Cylindrical-coordinate representation of color #2E0556: hue angle of 270.37º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0556 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB46586-
CMYK0.470.9400.66
HSL270.37º89.01%17.84%-
HSV(B)270.37º94.19%33.73%-
XYZ2.861.368.92-
YUV26.49161.58141.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.58%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 86 (33.98% from 255) = 62.77%
R=33.58%
G=3.65%
B=62.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal465860.470.9400.66270.3789.0117.84
Hex2E5562F5E04210e5912
Octal56512657136010241613122
Binary1011101011010110101111101111001000010100001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,5,86); }

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

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

 a { background-color: rgb(46,5,86); }

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

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

 span { border-color: rgb(46,5,86); }

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