Html Css Color HEX #311360 Christalle

📋 copy color: '#311360'

red 49 ◦ green 19 ◦ blue 96

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

Shades of Christalle #311360

Tints of Christalle #311360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.59%

 BLUE value IS 96 (37.89% from 255) = 58.54%

R = 29.88%
G = 11.59%
B = 58.54%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#311360 (or 0x311360) is known color: Christalle. HEX triplet: 31, 13 and 60. RGB value is (49,19,96). Sum of RGB (Red+Green+Blue) = 49+19+96=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #311360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311360 is #CEEC9F. Grayscale: #242424. Windows color (decimal): -13560992 or 6296369. OLE color: 6296369.

HSL color Cylindrical-coordinate representation of color #311360: hue angle of 263.38º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #311360 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 19 96 -
CMYK 0.49 0.80 0 0.62
HSL 263.38º 0.67% 0.23% -
HSV(B) 263.38º 0.8% 0.38% -
XYZ 3.61 1.96 11.25 -
YUV 36.75 161.44 136.74 -
System Red Green Blue C M Y K H S L
Decimal 49 19 96 0.49 0.80 0 0.62 263.38 0.67 0.23
Hex 31 13 60 31 50 0 3E 107 43 17
Octal 61 23 140 61 120 0 76 407 103 27
Binary 110001 10011 1100000 110001 1010000 0 111110 100000111 1000011 10111

Color Harmonies of #311360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311360

Black with #311360

Text Example


Text Example

White with #311360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311360; }

 p { color: rgb(49,19,96); }

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

background-color css

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

 a { background-color: rgb(49,19,96); }

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

border-color css

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

 span { border-color: rgb(49,19,96); }

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