#2E055A

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

Shades of Christalle #2E055A

Tints of Christalle #2E055A

Color information

#2E055A (or 0x2E055A) is unknown color: approx Christalle. HEX triplet: 2E, 05 and 5A. RGB value is (46,5,90). Sum of RGB (Red+Green+Blue) = 46+5+90=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E055A is #D1FAA5. Grayscale: #1A1A1A. Windows color (decimal): -13761190 or 5899566. OLE color: 5899566.

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

Color convert

RGB46590-
CMYK0.490.9400.65
HSL268.94º89.47%18.63%-
HSV(B)268.94º94.44%35.29%-
XYZ3.031.439.79-
YUV26.95163.58141.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.62%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=32.62%
G=3.55%
B=63.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal465900.490.9400.65268.9489.4718.63
Hex2E55A315E04110d5913
Octal56513261136010141513123
Binary1011101011011010110001101111001000001100001101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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