#2E055D

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

Shades of Christalle #2E055D

Tints of Christalle #2E055D

Color information

#2E055D (or 0x2E055D) is unknown color: approx Christalle. HEX triplet: 2E, 05 and 5D. RGB value is (46,5,93). Sum of RGB (Red+Green+Blue) = 46+5+93=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E055D is #D1FAA2. Grayscale: #1A1A1A. Windows color (decimal): -13761187 or 6096174. OLE color: 6096174.

HSL color Cylindrical-coordinate representation of color #2E055D: hue angle of 267.95º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E055D is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB46593-
CMYK0.510.9500.64
HSL267.95º89.8%19.22%-
HSV(B)267.95º94.62%36.47%-
XYZ3.161.4810.48-
YUV27.29165.08141.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.94%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 93 (36.72% from 255) = 64.58%
R=31.94%
G=3.47%
B=64.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal465930.510.9500.64267.9589.819.22
Hex2E55D335F04010c5a13
Octal56513563137010041413223
Binary1011101011011101110011101111101000000100001100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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