Html Css Color HEX #2E1B59 Christalle

📋 copy color: '#2E1B59'

red 46 ◦ green 27 ◦ blue 89

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

Shades of Christalle #2E1B59

Tints of Christalle #2E1B59

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.67%

 BLUE value IS 89 (35.16% from 255) = 54.94%

R = 28.4%
G = 16.67%
B = 54.94%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E1B59 (or 0x2E1B59) is known color: Christalle. HEX triplet: 2E, 1B and 59. RGB value is (46,27,89). Sum of RGB (Red+Green+Blue) = 46+27+89=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E1B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1B59 is #D1E4A6. Grayscale: #272727. Windows color (decimal): -13755559 or 5839662. OLE color: 5839662.

HSL color Cylindrical-coordinate representation of color #2E1B59: hue angle of 258.39º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E1B59 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 27 89 -
CMYK 0.48 0.70 0 0.65
HSL 258.39º 0.53% 0.23% -
HSV(B) 258.39º 0.7% 0.35% -
XYZ 3.32 2.09 9.68 -
YUV 39.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 46 27 89 0.48 0.70 0 0.65 258.39 0.53 0.23
Hex 2E 1B 59 30 46 0 41 102 35 17
Octal 56 33 131 60 106 0 101 402 65 27
Binary 101110 11011 1011001 110000 1000110 0 1000001 100000010 110101 10111

Color Harmonies of #2E1B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1B59

Black with #2E1B59

Text Example


Text Example

White with #2E1B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,27,89); }

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

background-color css

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

 a { background-color: rgb(46,27,89); }

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

border-color css

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

 span { border-color: rgb(46,27,89); }

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