#2E0961

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

Shades of Christalle #2E0961

Tints of Christalle #2E0961

Color information

#2E0961 (or 0x2E0961) is unknown color: approx Christalle. HEX triplet: 2E, 09 and 61. RGB value is (46,9,97). Sum of RGB (Red+Green+Blue) = 46+9+97=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E0961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0961 is #D1F69E. Grayscale: #1D1D1D. Windows color (decimal): -13760159 or 6359342. OLE color: 6359342.

HSL color Cylindrical-coordinate representation of color #2E0961: hue angle of 265.23º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E0961 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB46997-
CMYK0.530.9100.62
HSL265.23º83.02%20.78%-
HSV(B)265.23º90.72%38.04%-
XYZ3.381.6411.45-
YUV30.1165.76139.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.26%
GREEN value IS 9 (3.91% from 255) = 5.92%
BLUE value IS 97 (38.28% from 255) = 63.82%
R=30.26%
G=5.92%
B=63.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal469970.530.9100.62265.2383.0220.78
Hex2E961355B03E1095315
Octal56111416513307641112325
Binary1011101001110000111010110110110111110100001001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,9,97); }

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

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

 a { background-color: rgb(46,9,97); }

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

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

 span { border-color: rgb(46,9,97); }

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