#2E1261

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

Shades of Christalle #2E1261

Tints of Christalle #2E1261

Color information

#2E1261 (or 0x2E1261) is unknown color: approx Christalle. HEX triplet: 2E, 12 and 61. RGB value is (46,18,97). Sum of RGB (Red+Green+Blue) = 46+18+97=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 97 (38.28% from 255 or 60.25% from 161); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E1261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1261 is #D1ED9E. Grayscale: #232323. Windows color (decimal): -13757855 or 6361646. OLE color: 6361646.

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

Color convert

RGB461897-
CMYK0.530.8100.62
HSL261.27º68.7%22.55%-
HSV(B)261.27º81.44%38.04%-
XYZ3.51.8811.49-
YUV35.38162.78135.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.57%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 97 (38.28% from 255) = 60.25%
R=28.57%
G=11.18%
B=60.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4618970.530.8100.62261.2768.722.55
Hex2E1261355103E1054517
Octal56221416512107640510527
Binary10111010010110000111010110100010111110100000101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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