#2E1059

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

Shades of Christalle #2E1059

Tints of Christalle #2E1059

Color information

#2E1059 (or 0x2E1059) is unknown color: approx Christalle. HEX triplet: 2E, 10 and 59. RGB value is (46,16,89). Sum of RGB (Red+Green+Blue) = 46+16+89=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E1059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1059 is #D1EFA6. Grayscale: #212121. Windows color (decimal): -13758375 or 5836846. OLE color: 5836846.

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

Color convert

RGB461689-
CMYK0.480.8200.65
HSL264.66º69.52%20.59%-
HSV(B)264.66º82.02%34.9%-
XYZ3.121.679.61-
YUV33.29159.44137.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.46%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 89 (35.16% from 255) = 58.94%
R=30.46%
G=10.60%
B=58.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4616890.480.8200.65264.6669.5220.59
Hex2E105930520411094615
Octal562013160122010141110625
Binary101110100001011001110000101001001000001100001001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,16,89); }

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

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

 a { background-color: rgb(46,16,89); }

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

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

 span { border-color: rgb(46,16,89); }

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