Html Css Color HEX #2E115D Christalle

📋 copy color: '#2E115D'

red 46 ◦ green 17 ◦ blue 93

#2E115D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #2E115D

Tints of Christalle #2E115D

RGB

 RED value IS 46 (18.36% from 255) = 29.49%

 GREEN value IS 17 (7.03% from 255) = 10.9%

 BLUE value IS 93 (36.72% from 255) = 59.62%

R = 29.49%
G = 10.9%
B = 59.62%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E115D (or 0x2E115D) is known color: Christalle. HEX triplet: 2E, 11 and 5D. RGB value is (46,17,93). Sum of RGB (Red+Green+Blue) = 46+17+93=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E115D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E115D is #D1EEA2. Grayscale: #222222. Windows color (decimal): -13758115 or 6099246. OLE color: 6099246.

HSL color Cylindrical-coordinate representation of color #2E115D: hue angle of 262.89º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E115D is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 17 93 -
CMYK 0.51 0.82 0 0.64
HSL 262.89º 0.69% 0.22% -
HSV(B) 262.89º 0.82% 0.36% -
XYZ 3.3 1.77 10.52 -
YUV 34.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 46 17 93 0.51 0.82 0 0.64 262.89 0.69 0.22
Hex 2E 11 5D 33 52 0 40 107 45 16
Octal 56 21 135 63 122 0 100 407 105 26
Binary 101110 10001 1011101 110011 1010010 0 1000000 100000111 1000101 10110

Color Harmonies of #2E115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E115D

Black with #2E115D

Text Example


Text Example

White with #2E115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,17,93); }

 H1.HeaderClassName
 {
   color: #2E115D;
 }
 .AnyTagClassName
 {
   color: #2E115D;
 }
</style>

background-color css

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

 a { background-color: rgb(46,17,93); }

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

border-color css

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

 span { border-color: rgb(46,17,93); }

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