Html Css Color HEX #311555 Christalle

📋 copy color: '#311555'

red 49 ◦ green 21 ◦ blue 85

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

Shades of Christalle #311555

Tints of Christalle #311555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.55%

 BLUE value IS 85 (33.59% from 255) = 54.84%

R = 31.61%
G = 13.55%
B = 54.84%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#311555 (or 0x311555) is known color: Christalle. HEX triplet: 31, 15 and 55. RGB value is (49,21,85). Sum of RGB (Red+Green+Blue) = 49+21+85=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #311555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311555 is #CEEAAA. Grayscale: #242424. Windows color (decimal): -13560491 or 5575985. OLE color: 5575985.

HSL color Cylindrical-coordinate representation of color #311555: hue angle of 266.25º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #311555 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 21 85 -
CMYK 0.42 0.75 0 0.67
HSL 266.25º 0.6% 0.21% -
HSV(B) 266.25º 0.75% 0.33% -
XYZ 3.17 1.85 8.78 -
YUV 36.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 49 21 85 0.42 0.75 0 0.67 266.25 0.6 0.21
Hex 31 15 55 2A 4B 0 43 10A 3C 15
Octal 61 25 125 52 113 0 103 412 74 25
Binary 110001 10101 1010101 101010 1001011 0 1000011 100001010 111100 10101

Color Harmonies of #311555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311555

Black with #311555

Text Example


Text Example

White with #311555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311555; }

 p { color: rgb(49,21,85); }

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

background-color css

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

 a { background-color: rgb(49,21,85); }

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

border-color css

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

 span { border-color: rgb(49,21,85); }

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