Html Css Color HEX #311D57 Christalle

📋 copy color: '#311D57'

red 49 ◦ green 29 ◦ blue 87

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

Shades of Christalle #311D57

Tints of Christalle #311D57

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.58%

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

R = 29.7%
G = 17.58%
B = 52.73%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#311D57 (or 0x311D57) is known color: Christalle. HEX triplet: 31, 1D and 57. RGB value is (49,29,87). Sum of RGB (Red+Green+Blue) = 49+29+87=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #311D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311D57 is #CEE2A8. Grayscale: #292929. Windows color (decimal): -13558441 or 5709105. OLE color: 5709105.

HSL color Cylindrical-coordinate representation of color #311D57: hue angle of 260.69º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311D57 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 29 87 -
CMYK 0.44 0.67 0 0.66
HSL 260.69º 0.5% 0.23% -
HSV(B) 260.69º 0.67% 0.34% -
XYZ 3.43 2.22 9.26 -
YUV 41.59 153.63 133.28 -
System Red Green Blue C M Y K H S L
Decimal 49 29 87 0.44 0.67 0 0.66 260.69 0.5 0.23
Hex 31 1D 57 2C 43 0 42 105 32 17
Octal 61 35 127 54 103 0 102 405 62 27
Binary 110001 11101 1010111 101100 1000011 0 1000010 100000101 110010 10111

Color Harmonies of #311D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D57

Black with #311D57

Text Example


Text Example

White with #311D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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