#371C55

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

Shades of Christalle #371C55

Tints of Christalle #371C55

Color information

#371C55 (or 0x371C55) is unknown color: approx Christalle. HEX triplet: 37, 1C and 55. RGB value is (55,28,85). Sum of RGB (Red+Green+Blue) = 55+28+85=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #371C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C55 is #C8E3AA. Grayscale: #2A2A2A. Windows color (decimal): -13165483 or 5577783. OLE color: 5577783.

HSL color Cylindrical-coordinate representation of color #371C55: hue angle of 268.42º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371C55 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB552885-
CMYK0.350.6700.67
HSL268.42º50.44%22.16%-
HSV(B)268.42º67.06%33.33%-
XYZ3.632.38.85-
YUV42.57151.95136.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.74%
GREEN value IS 28 (11.33% from 255) = 16.67%
BLUE value IS 85 (33.59% from 255) = 50.60%
R=32.74%
G=16.67%
B=50.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5528850.350.6700.67268.4250.4422.16
Hex371C55234304310c3216
Octal67341254310301034146226
Binary11011111100101010110001110000110100001110000110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371C55; }

 p { color: rgb(55,28,85); }

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

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

 a { background-color: rgb(55,28,85); }

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

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

 span { border-color: rgb(55,28,85); }

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