Html Css Color HEX #311361 Christalle

📋 copy color: '#311361'

red 49 ◦ green 19 ◦ blue 97

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

Shades of Christalle #311361

Tints of Christalle #311361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 58.79%

R = 29.7%
G = 11.52%
B = 58.79%

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

#311361 (or 0x311361) is known color: Christalle. HEX triplet: 31, 13 and 61. RGB value is (49,19,97). Sum of RGB (Red+Green+Blue) = 49+19+97=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #311361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311361 is #CEEC9E. Grayscale: #242424. Windows color (decimal): -13560991 or 6361905. OLE color: 6361905.

HSL color Cylindrical-coordinate representation of color #311361: hue angle of 263.08º 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 #311361 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 19 97 -
CMYK 0.49 0.80 0 0.62
HSL 263.08º 0.67% 0.23% -
HSV(B) 263.08º 0.8% 0.38% -
XYZ 3.66 1.98 11.5 -
YUV 36.86 161.94 136.66 -
System Red Green Blue C M Y K H S L
Decimal 49 19 97 0.49 0.80 0 0.62 263.08 0.67 0.23
Hex 31 13 61 31 50 0 3E 107 43 17
Octal 61 23 141 61 120 0 76 407 103 27
Binary 110001 10011 1100001 110001 1010000 0 111110 100000111 1000011 10111

Color Harmonies of #311361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311361

Black with #311361

Text Example


Text Example

White with #311361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311361; }

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

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

background-color css

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

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

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

border-color css

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

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

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