#2E155A

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

Shades of Christalle #2E155A

Tints of Christalle #2E155A

Color information

#2E155A (or 0x2E155A) is unknown color: approx Christalle. HEX triplet: 2E, 15 and 5A. RGB value is (46,21,90). Sum of RGB (Red+Green+Blue) = 46+21+90=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E155A is #D1EAA5. Grayscale: #242424. Windows color (decimal): -13757094 or 5903662. OLE color: 5903662.

HSL color Cylindrical-coordinate representation of color #2E155A: hue angle of 261.74º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E155A is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB462190-
CMYK0.490.7700.65
HSL261.74º62.16%21.76%-
HSV(B)261.74º76.67%35.29%-
XYZ3.241.869.86-
YUV36.34158.28134.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=29.30%
G=13.38%
B=57.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4621900.490.7700.65261.7462.1621.76
Hex2E155A314D0411063e16
Octal56251326111501014067626
Binary10111010101101101011000110011010100000110000011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,21,90); }

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

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

 a { background-color: rgb(46,21,90); }

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

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

 span { border-color: rgb(46,21,90); }

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