#2E1861

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

Shades of Christalle #2E1861

Tints of Christalle #2E1861

Color information

#2E1861 (or 0x2E1861) is unknown color: approx Christalle. HEX triplet: 2E, 18 and 61. RGB value is (46,24,97). Sum of RGB (Red+Green+Blue) = 46+24+97=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E1861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1861 is #D1E79E. Grayscale: #262626. Windows color (decimal): -13756319 or 6363182. OLE color: 6363182.

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

Color convert

RGB462497-
CMYK0.530.7500.62
HSL258.08º60.33%23.73%-
HSV(B)258.08º75.26%38.04%-
XYZ3.612.111.52-
YUV38.9160.79133.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.54%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 97 (38.28% from 255) = 58.08%
R=27.54%
G=14.37%
B=58.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4624970.530.7500.62258.0860.3323.73
Hex2E1861354B03E1023c18
Octal5630141651130764027430
Binary1011101100011000011101011001011011111010000001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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