#2E1757

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

Shades of Christalle #2E1757

Tints of Christalle #2E1757

Color information

#2E1757 (or 0x2E1757) is unknown color: approx Christalle. HEX triplet: 2E, 17 and 57. RGB value is (46,23,87). Sum of RGB (Red+Green+Blue) = 46+23+87=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #2E1757 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1757 is #D1E8A8. Grayscale: #242424. Windows color (decimal): -13756585 or 5707566. OLE color: 5707566.

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

Color convert

RGB462387-
CMYK0.470.7400.66
HSL261.56º58.18%21.57%-
HSV(B)261.56º73.56%34.12%-
XYZ3.151.889.21-
YUV37.17156.12134.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.49%
GREEN value IS 23 (9.38% from 255) = 14.74%
BLUE value IS 87 (34.38% from 255) = 55.77%
R=29.49%
G=14.74%
B=55.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4623870.470.7400.66261.5658.1821.57
Hex2E17572F4A0421063a16
Octal56271275711201024067226
Binary10111010111101011110111110010100100001010000011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,23,87); }

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

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

 a { background-color: rgb(46,23,87); }

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

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

 span { border-color: rgb(46,23,87); }

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