Html Css Color HEX #2E1059 Christalle

📋 copy color: '#2E1059'

red 46 ◦ green 16 ◦ blue 89

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

Shades of Christalle #2E1059

Tints of Christalle #2E1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.6%

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

R = 30.46%
G = 10.6%
B = 58.94%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E1059 (or 0x2E1059) is known color: Christalle. HEX triplet: 2E, 10 and 59. RGB value is (46,16,89). Sum of RGB (Red+Green+Blue) = 46+16+89=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E1059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1059 is #D1EFA6. Grayscale: #212121. Windows color (decimal): -13758375 or 5836846. OLE color: 5836846.

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

Color convert

RGB 46 16 89 -
CMYK 0.48 0.82 0 0.65
HSL 264.66º 0.7% 0.21% -
HSV(B) 264.66º 0.82% 0.35% -
XYZ 3.12 1.67 9.61 -
YUV 33.29 159.44 137.06 -
System Red Green Blue C M Y K H S L
Decimal 46 16 89 0.48 0.82 0 0.65 264.66 0.7 0.21
Hex 2E 10 59 30 52 0 41 109 46 15
Octal 56 20 131 60 122 0 101 411 106 25
Binary 101110 10000 1011001 110000 1010010 0 1000001 100001001 1000110 10101

Color Harmonies of #2E1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1059

Black with #2E1059

Text Example


Text Example

White with #2E1059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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