#371955

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

Shades of Christalle #371955

Tints of Christalle #371955

Color information

#371955 (or 0x371955) is unknown color: approx Christalle. HEX triplet: 37, 19 and 55. RGB value is (55,25,85). Sum of RGB (Red+Green+Blue) = 55+25+85=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #371955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371955 is #C8E6AA. Grayscale: #282828. Windows color (decimal): -13166251 or 5577015. OLE color: 5577015.

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

Color convert

RGB552585-
CMYK0.350.7100.67
HSL270º54.55%21.57%-
HSV(B)270º70.59%33.33%-
XYZ3.562.168.82-
YUV40.81152.94138.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.33%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 85 (33.59% from 255) = 51.52%
R=33.33%
G=15.15%
B=51.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5525850.350.7100.6727054.5521.57
Hex371955234704310e3716
Octal67311254310701034166726
Binary11011111001101010110001110001110100001110000111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371955; }

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

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

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

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

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

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

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

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