#2E0058

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

Shades of Christalle #2E0058

Tints of Christalle #2E0058

Color information

#2E0058 (or 0x2E0058) is unknown color: approx Christalle. HEX triplet: 2E, 00 and 58. RGB value is (46,0,88). Sum of RGB (Red+Green+Blue) = 46+0+88=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E0058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0058 is #D1FFA7. Grayscale: #171717. Windows color (decimal): -13762472 or 5767214. OLE color: 5767214.

HSL color Cylindrical-coordinate representation of color #2E0058: hue angle of 271.36º 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 #2E0058 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB46088-
CMYK0.48100.65
HSL271.36º100%17.25%-
HSV(B)271.36º100%34.51%-
XYZ2.891.299.33-
YUV23.79164.24143.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 65.67%
R=34.33%
G=0%
B=65.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal460880.48100.65271.3610017.25
Hex2E058306404110f6411
Octal56013060144010141714421
Binary10111001011000110000110010001000001100001111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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