Html Css Color HEX #2E115A Christalle

📋 copy color: '#2E115A'

red 46 ◦ green 17 ◦ blue 90

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

Shades of Christalle #2E115A

Tints of Christalle #2E115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 58.82%

R = 30.07%
G = 11.11%
B = 58.82%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E115A (or 0x2E115A) is known color: Christalle. HEX triplet: 2E, 11 and 5A. RGB value is (46,17,90). Sum of RGB (Red+Green+Blue) = 46+17+90=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E115A is #D1EEA5. Grayscale: #212121. Windows color (decimal): -13758118 or 5902638. OLE color: 5902638.

HSL color Cylindrical-coordinate representation of color #2E115A: hue angle of 263.84º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E115A is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 17 90 -
CMYK 0.49 0.81 0 0.65
HSL 263.84º 0.68% 0.21% -
HSV(B) 263.84º 0.81% 0.35% -
XYZ 3.17 1.72 9.84 -
YUV 33.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 46 17 90 0.49 0.81 0 0.65 263.84 0.68 0.21
Hex 2E 11 5A 31 51 0 41 108 44 15
Octal 56 21 132 61 121 0 101 410 104 25
Binary 101110 10001 1011010 110001 1010001 0 1000001 100001000 1000100 10101

Color Harmonies of #2E115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E115A

Black with #2E115A

Text Example


Text Example

White with #2E115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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