#371159

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

Shades of Christalle #371159

Tints of Christalle #371159

Color information

#371159 (or 0x371159) is unknown color: approx Christalle. HEX triplet: 37, 11 and 59. RGB value is (55,17,89). Sum of RGB (Red+Green+Blue) = 55+17+89=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #371159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371159 is #C8EEA6. Grayscale: #242424. Windows color (decimal): -13168295 or 5837111. OLE color: 5837111.

HSL color Cylindrical-coordinate representation of color #371159: hue angle of 271.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #371159 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB551789-
CMYK0.380.8100.65
HSL271.67º67.92%20.78%-
HSV(B)271.67º80.9%34.9%-
XYZ3.581.939.64-
YUV36.57157.59141.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.16%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=34.16%
G=10.56%
B=55.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5517890.380.8100.65271.6767.9220.78
Hex37115926510411104415
Octal672113146121010142010425
Binary110111100011011001100110101000101000001100010000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371159; }

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

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

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

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

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

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

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

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