Html Css Color HEX #311959 Christalle

📋 copy color: '#311959'

red 49 ◦ green 25 ◦ blue 89

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

Shades of Christalle #311959

Tints of Christalle #311959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

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

R = 30.06%
G = 15.34%
B = 54.6%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#311959 (or 0x311959) is known color: Christalle. HEX triplet: 31, 19 and 59. RGB value is (49,25,89). Sum of RGB (Red+Green+Blue) = 49+25+89=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #311959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311959 is #CEE6A6. Grayscale: #272727. Windows color (decimal): -13559463 or 5839153. OLE color: 5839153.

HSL color Cylindrical-coordinate representation of color #311959: hue angle of 262.5º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #311959 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 25 89 -
CMYK 0.45 0.72 0 0.65
HSL 262.5º 0.56% 0.22% -
HSV(B) 262.5º 0.72% 0.35% -
XYZ 3.42 2.07 9.67 -
YUV 39.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 49 25 89 0.45 0.72 0 0.65 262.5 0.56 0.22
Hex 31 19 59 2D 48 0 41 106 38 16
Octal 61 31 131 55 110 0 101 406 70 26
Binary 110001 11001 1011001 101101 1001000 0 1000001 100000110 111000 10110

Color Harmonies of #311959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311959

Black with #311959

Text Example


Text Example

White with #311959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311959; }

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

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

background-color css

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

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

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

border-color css

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

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

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