Html Css Color HEX #311159 Christalle

📋 copy color: '#311159'

red 49 ◦ green 17 ◦ blue 89

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

Shades of Christalle #311159

Tints of Christalle #311159

RGB

 RED value IS 49 (19.53% from 255) = 31.61%

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

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

R = 31.61%
G = 10.97%
B = 57.42%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#311159 (or 0x311159) is known color: Christalle. HEX triplet: 31, 11 and 59. RGB value is (49,17,89). Sum of RGB (Red+Green+Blue) = 49+17+89=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #311159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311159 is #CEEEA6. Grayscale: #222222. Windows color (decimal): -13561511 or 5837105. OLE color: 5837105.

HSL color Cylindrical-coordinate representation of color #311159: hue angle of 266.67º 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 #311159 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 17 89 -
CMYK 0.45 0.81 0 0.65
HSL 266.67º 0.68% 0.21% -
HSV(B) 266.67º 0.81% 0.35% -
XYZ 3.27 1.78 9.62 -
YUV 34.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 49 17 89 0.45 0.81 0 0.65 266.67 0.68 0.21
Hex 31 11 59 2D 51 0 41 10B 44 15
Octal 61 21 131 55 121 0 101 413 104 25
Binary 110001 10001 1011001 101101 1010001 0 1000001 100001011 1000100 10101

Color Harmonies of #311159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311159

Black with #311159

Text Example


Text Example

White with #311159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311159; }

 p { color: rgb(49,17,89); }

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

background-color css

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

 a { background-color: rgb(49,17,89); }

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

border-color css

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

 span { border-color: rgb(49,17,89); }

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