Html Css Color HEX #311256 Christalle

📋 copy color: '#311256'

red 49 ◦ green 18 ◦ blue 86

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

Shades of Christalle #311256

Tints of Christalle #311256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.76%

 BLUE value IS 86 (33.98% from 255) = 56.21%

R = 32.03%
G = 11.76%
B = 56.21%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#311256 (or 0x311256) is known color: Christalle. HEX triplet: 31, 12 and 56. RGB value is (49,18,86). Sum of RGB (Red+Green+Blue) = 49+18+86=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #311256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311256 is #CEEDA9. Grayscale: #222222. Windows color (decimal): -13561258 or 5640753. OLE color: 5640753.

HSL color Cylindrical-coordinate representation of color #311256: hue angle of 267.35º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #311256 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 18 86 -
CMYK 0.43 0.79 0 0.66
HSL 267.35º 0.65% 0.2% -
HSV(B) 267.35º 0.79% 0.34% -
XYZ 3.16 1.76 8.98 -
YUV 35.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 49 18 86 0.43 0.79 0 0.66 267.35 0.65 0.2
Hex 31 12 56 2B 4F 0 42 10B 41 14
Octal 61 22 126 53 117 0 102 413 101 24
Binary 110001 10010 1010110 101011 1001111 0 1000010 100001011 1000001 10100

Color Harmonies of #311256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311256

Black with #311256

Text Example


Text Example

White with #311256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311256; }

 p { color: rgb(49,18,86); }

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

background-color css

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

 a { background-color: rgb(49,18,86); }

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

border-color css

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

 span { border-color: rgb(49,18,86); }

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