#2E055C

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

Shades of Christalle #2E055C

Tints of Christalle #2E055C

Color information

#2E055C (or 0x2E055C) is unknown color: approx Christalle. HEX triplet: 2E, 05 and 5C. RGB value is (46,5,92). Sum of RGB (Red+Green+Blue) = 46+5+92=143 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.17% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E055C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E055C is #D1FAA3. Grayscale: #1A1A1A. Windows color (decimal): -13761188 or 6030638. OLE color: 6030638.

HSL color Cylindrical-coordinate representation of color #2E055C: hue angle of 268.28º 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 #2E055C is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB46592-
CMYK0.500.9500.64
HSL268.28º89.69%19.02%-
HSV(B)268.28º94.57%36.08%-
XYZ3.111.4610.24-
YUV27.18164.58141.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.17%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 92 (36.33% from 255) = 64.34%
R=32.17%
G=3.50%
B=64.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal465920.500.9500.64268.2889.6919.02
Hex2E55C325F04010c5a13
Octal56513462137010041413223
Binary1011101011011100110010101111101000000100001100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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