Html Css Color HEX #311957 Christalle

📋 copy color: '#311957'

red 49 ◦ green 25 ◦ blue 87

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

Shades of Christalle #311957

Tints of Christalle #311957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 54.04%

R = 30.43%
G = 15.53%
B = 54.04%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#311957 (or 0x311957) is known color: Christalle. HEX triplet: 31, 19 and 57. RGB value is (49,25,87). Sum of RGB (Red+Green+Blue) = 49+25+87=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #311957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311957 is #CEE6A8. Grayscale: #272727. Windows color (decimal): -13559465 or 5708081. OLE color: 5708081.

HSL color Cylindrical-coordinate representation of color #311957: hue angle of 263.23º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #311957 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 25 87 -
CMYK 0.44 0.71 0 0.66
HSL 263.23º 0.55% 0.22% -
HSV(B) 263.23º 0.71% 0.34% -
XYZ 3.33 2.04 9.23 -
YUV 39.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 49 25 87 0.44 0.71 0 0.66 263.23 0.55 0.22
Hex 31 19 57 2C 47 0 42 107 37 16
Octal 61 31 127 54 107 0 102 407 67 26
Binary 110001 11001 1010111 101100 1000111 0 1000010 100000111 110111 10110

Color Harmonies of #311957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311957

Black with #311957

Text Example


Text Example

White with #311957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311957; }

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

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

background-color css

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

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

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

border-color css

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

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

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