Html Css Color HEX #311D5D Christalle

📋 copy color: '#311D5D'

red 49 ◦ green 29 ◦ blue 93

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

Shades of Christalle #311D5D

Tints of Christalle #311D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 54.39%

R = 28.65%
G = 16.96%
B = 54.39%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#311D5D (or 0x311D5D) is known color: Christalle. HEX triplet: 31, 1D and 5D. RGB value is (49,29,93). Sum of RGB (Red+Green+Blue) = 49+29+93=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #311D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311D5D is #CEE2A2. Grayscale: #2A2A2A. Windows color (decimal): -13558435 or 6102321. OLE color: 6102321.

HSL color Cylindrical-coordinate representation of color #311D5D: hue angle of 258.75º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #311D5D is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 29 93 -
CMYK 0.47 0.69 0 0.64
HSL 258.75º 0.52% 0.24% -
HSV(B) 258.75º 0.69% 0.36% -
XYZ 3.68 2.32 10.61 -
YUV 42.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 49 29 93 0.47 0.69 0 0.64 258.75 0.52 0.24
Hex 31 1D 5D 2F 45 0 40 103 34 18
Octal 61 35 135 57 105 0 100 403 64 30
Binary 110001 11101 1011101 101111 1000101 0 1000000 100000011 110100 11000

Color Harmonies of #311D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D5D

Black with #311D5D

Text Example


Text Example

White with #311D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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