#371158

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

Shades of Christalle #371158

Tints of Christalle #371158

Color information

#371158 (or 0x371158) is unknown color: approx Christalle. HEX triplet: 37, 11 and 58. RGB value is (55,17,88). Sum of RGB (Red+Green+Blue) = 55+17+88=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #371158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371158 is #C8EEA7. Grayscale: #242424. Windows color (decimal): -13168296 or 5771575. OLE color: 5771575.

HSL color Cylindrical-coordinate representation of color #371158: hue angle of 272.11º 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 #371158 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB551788-
CMYK0.380.8100.65
HSL272.11º67.62%20.59%-
HSV(B)272.11º80.68%34.51%-
XYZ3.541.929.42-
YUV36.46157.09141.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.38%
GREEN value IS 17 (7.03% from 255) = 10.62%
BLUE value IS 88 (34.77% from 255) = 55%
R=34.38%
G=10.62%
B=55%

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
Decimal5517880.380.8100.65272.1167.6220.59
Hex37115826510411104415
Octal672113046121010142010425
Binary110111100011011000100110101000101000001100010000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371158; }

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

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

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

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

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

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

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

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