#31175D

Color #31175D Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #31175D

Tints of Christalle #31175D

Color information

#31175D (or 0x31175D) is unknown color: approx Christalle. HEX triplet: 31, 17 and 5D. RGB value is (49,23,93). Sum of RGB (Red+Green+Blue) = 49+23+93=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #31175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31175D is #CEE8A2. Grayscale: #262626. Windows color (decimal): -13559971 or 6100785. OLE color: 6100785.

HSL color Cylindrical-coordinate representation of color #31175D: hue angle of 262.29º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31175D is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB492393-
CMYK0.470.7500.64
HSL262.29º60.34%22.75%-
HSV(B)262.29º75.27%36.47%-
XYZ3.552.0610.57-
YUV38.75158.61135.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.70%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 93 (36.72% from 255) = 56.36%
R=29.70%
G=13.94%
B=56.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4923930.470.7500.64262.2960.3422.75
Hex31175D2F4B0401063c17
Octal61271355711301004067427
Binary11000110111101110110111110010110100000010000011011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31175D; }

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

 H1.HeaderClassName
 {
   color: #31175D;
 }
 .AnyTagClassName
 {
   color: #31175D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #31175D;
 }
 .BgClassName
 {
   background-color: #31175D;
 }
</style>
border-color css

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

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

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