Html Css Color HEX #2E0959 Christalle

📋 copy color: '#2E0959'

red 46 ◦ green 9 ◦ blue 89

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

Shades of Christalle #2E0959

Tints of Christalle #2E0959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.25%

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

R = 31.94%
G = 6.25%
B = 61.81%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E0959 (or 0x2E0959) is known color: Christalle. HEX triplet: 2E, 09 and 59. RGB value is (46,9,89). Sum of RGB (Red+Green+Blue) = 46+9+89=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E0959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0959 is #D1F6A6. Grayscale: #1C1C1C. Windows color (decimal): -13760167 or 5835054. OLE color: 5835054.

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

Color convert

RGB 46 9 89 -
CMYK 0.48 0.90 0 0.65
HSL 267.75º 0.82% 0.19% -
HSV(B) 267.75º 0.9% 0.35% -
XYZ 3.03 1.5 9.58 -
YUV 29.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 46 9 89 0.48 0.90 0 0.65 267.75 0.82 0.19
Hex 2E 9 59 30 5A 0 41 10C 52 13
Octal 56 11 131 60 132 0 101 414 122 23
Binary 101110 1001 1011001 110000 1011010 0 1000001 100001100 1010010 10011

Color Harmonies of #2E0959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0959

Black with #2E0959

Text Example


Text Example

White with #2E0959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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