#371156

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

Shades of Christalle #371156

Tints of Christalle #371156

Color information

#371156 (or 0x371156) is unknown color: approx Christalle. HEX triplet: 37, 11 and 56. RGB value is (55,17,86). Sum of RGB (Red+Green+Blue) = 55+17+86=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 86 (33.98% from 255 or 54.43% from 158); Max value from RGB is 86 - color contains mainly: blue. Hex color #371156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371156 is #C8EEA9. Grayscale: #232323. Windows color (decimal): -13168298 or 5640503. OLE color: 5640503.

HSL color Cylindrical-coordinate representation of color #371156: hue angle of 273.04º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #371156 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB551786-
CMYK0.360.8000.66
HSL273.04º66.99%20.2%-
HSV(B)273.04º80.23%33.73%-
XYZ3.461.898.99-
YUV36.23156.09141.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 86 (33.98% from 255) = 54.43%
R=34.81%
G=10.76%
B=54.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5517860.360.8000.66273.0466.9920.2
Hex37115624500421114314
Octal672112644120010242110324
Binary110111100011010110100100101000001000010100010001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371156; }

 p { color: rgb(55,17,86); }

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

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

 a { background-color: rgb(55,17,86); }

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

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

 span { border-color: rgb(55,17,86); }

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