#2E1957

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

Shades of Christalle #2E1957

Tints of Christalle #2E1957

Color information

#2E1957 (or 0x2E1957) is unknown color: approx Christalle. HEX triplet: 2E, 19 and 57. RGB value is (46,25,87). Sum of RGB (Red+Green+Blue) = 46+25+87=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #2E1957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1957 is #D1E6A8. Grayscale: #262626. Windows color (decimal): -13756073 or 5708078. OLE color: 5708078.

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

Color convert

RGB462587-
CMYK0.470.7100.66
HSL260.32º55.36%21.96%-
HSV(B)260.32º71.26%34.12%-
XYZ3.191.969.23-
YUV38.35155.46133.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.11%
GREEN value IS 25 (10.16% from 255) = 15.82%
BLUE value IS 87 (34.38% from 255) = 55.06%
R=29.11%
G=15.82%
B=55.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4625870.470.7100.66260.3255.3621.96
Hex2E19572F470421043716
Octal56311275710701024046726
Binary10111011001101011110111110001110100001010000010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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