#31155D

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

Shades of Christalle #31155D

Tints of Christalle #31155D

Color information

#31155D (or 0x31155D) is unknown color: approx Christalle. HEX triplet: 31, 15 and 5D. RGB value is (49,21,93). Sum of RGB (Red+Green+Blue) = 49+21+93=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #31155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31155D is #CEEAA2. Grayscale: #252525. Windows color (decimal): -13560483 or 6100273. OLE color: 6100273.

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

Color convert

RGB492193-
CMYK0.470.7700.64
HSL263.33º63.16%22.35%-
HSV(B)263.33º77.42%36.47%-
XYZ3.511.9810.55-
YUV37.58159.28136.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 93 (36.72% from 255) = 57.06%
R=30.06%
G=12.88%
B=57.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4921930.470.7700.64263.3363.1622.35
Hex31155D2F4D0401073f16
Octal61251355711501004077726
Binary11000110101101110110111110011010100000010000011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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