Html Css Color HEX #311F5D Christalle

📋 copy color: '#311F5D'

red 49 ◦ green 31 ◦ blue 93

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

Shades of Christalle #311F5D

Tints of Christalle #311F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.92%

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

R = 28.32%
G = 17.92%
B = 53.76%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#311F5D (or 0x311F5D) is known color: Christalle. HEX triplet: 31, 1F and 5D. RGB value is (49,31,93). Sum of RGB (Red+Green+Blue) = 49+31+93=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #311F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311F5D is #CEE0A2. Grayscale: #2B2B2B. Windows color (decimal): -13557923 or 6102833. OLE color: 6102833.

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

Color convert

RGB 49 31 93 -
CMYK 0.47 0.67 0 0.64
HSL 257.42º 0.5% 0.24% -
HSV(B) 257.42º 0.67% 0.36% -
XYZ 3.73 2.42 10.63 -
YUV 43.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 49 31 93 0.47 0.67 0 0.64 257.42 0.5 0.24
Hex 31 1F 5D 2F 43 0 40 101 32 18
Octal 61 37 135 57 103 0 100 401 62 30
Binary 110001 11111 1011101 101111 1000011 0 1000000 100000001 110010 11000

Color Harmonies of #311F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F5D

Black with #311F5D

Text Example


Text Example

White with #311F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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