#2E0760

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

Shades of Christalle #2E0760

Tints of Christalle #2E0760

Color information

#2E0760 (or 0x2E0760) is unknown color: approx Christalle. HEX triplet: 2E, 07 and 60. RGB value is (46,7,96). Sum of RGB (Red+Green+Blue) = 46+7+96=149 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.87% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E0760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0760 is #D1F89F. Grayscale: #1C1C1C. Windows color (decimal): -13760672 or 6293294. OLE color: 6293294.

HSL color Cylindrical-coordinate representation of color #2E0760: hue angle of 266.29º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E0760 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB46796-
CMYK0.520.9300.62
HSL266.29º86.41%20.2%-
HSV(B)266.29º92.71%37.65%-
XYZ3.311.5811.2-
YUV28.81165.92140.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.87%
GREEN value IS 7 (3.12% from 255) = 4.70%
BLUE value IS 96 (37.89% from 255) = 64.43%
R=30.87%
G=4.70%
B=64.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal467960.520.9300.62266.2986.4120.2
Hex2E760345D03E10a5614
Octal5671406413507641212624
Binary101110111110000011010010111010111110100001010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,7,96); }

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

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

 a { background-color: rgb(46,7,96); }

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

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

 span { border-color: rgb(46,7,96); }

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