#2E0059

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

Shades of Christalle #2E0059

Tints of Christalle #2E0059

Color information

#2E0059 (or 0x2E0059) is unknown color: approx Christalle. HEX triplet: 2E, 00 and 59. RGB value is (46,0,89). Sum of RGB (Red+Green+Blue) = 46+0+89=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E0059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0059 is #D1FFA6. Grayscale: #171717. Windows color (decimal): -13762471 or 5832750. OLE color: 5832750.

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

Color convert

RGB46089-
CMYK0.48100.65
HSL271.01º100%17.45%-
HSV(B)271.01º100%34.9%-
XYZ2.931.39.55-
YUV23.9164.74143.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 65.93%
R=34.07%
G=0%
B=65.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal460890.48100.65271.0110017.45
Hex2E059306404110f6411
Octal56013160144010141714421
Binary10111001011001110000110010001000001100001111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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