#371560

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

Shades of Christalle #371560

Tints of Christalle #371560

Color information

#371560 (or 0x371560) is unknown color: approx Christalle. HEX triplet: 37, 15 and 60. RGB value is (55,21,96). Sum of RGB (Red+Green+Blue) = 55+21+96=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #371560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371560 is #C8EA9F. Grayscale: #272727. Windows color (decimal): -13167264 or 6296887. OLE color: 6296887.

HSL color Cylindrical-coordinate representation of color #371560: hue angle of 267.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #371560 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB552196-
CMYK0.430.7800.62
HSL267.2º64.1%22.94%-
HSV(B)267.2º78.12%37.65%-
XYZ3.962.1911.28-
YUV39.72159.76138.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.98%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 96 (37.89% from 255) = 55.81%
R=31.98%
G=12.21%
B=55.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5521960.430.7800.62267.264.122.94
Hex3715602B4E03E10b4017
Octal67251405311607641310027
Binary11011110101110000010101110011100111110100001011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371560; }

 p { color: rgb(55,21,96); }

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

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

 a { background-color: rgb(55,21,96); }

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

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

 span { border-color: rgb(55,21,96); }

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