#2E1358

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

Shades of Christalle #2E1358

Tints of Christalle #2E1358

Color information

#2E1358 (or 0x2E1358) is unknown color: approx Christalle. HEX triplet: 2E, 13 and 58. RGB value is (46,19,88). Sum of RGB (Red+Green+Blue) = 46+19+88=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E1358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1358 is #D1ECA7. Grayscale: #222222. Windows color (decimal): -13757608 or 5772078. OLE color: 5772078.

HSL color Cylindrical-coordinate representation of color #2E1358: hue angle of 263.48º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E1358 is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB461988-
CMYK0.480.7800.65
HSL263.48º64.49%20.98%-
HSV(B)263.48º78.41%34.51%-
XYZ3.121.759.41-
YUV34.94157.95135.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.07%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 88 (34.77% from 255) = 57.52%
R=30.07%
G=12.42%
B=57.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4619880.480.7800.65263.4864.4920.98
Hex2E1358304E0411074015
Octal562313060116010140710025
Binary101110100111011000110000100111001000001100000111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,19,88); }

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

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

 a { background-color: rgb(46,19,88); }

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

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

 span { border-color: rgb(46,19,88); }

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