#371455

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

Shades of Christalle #371455

Tints of Christalle #371455

Color information

#371455 (or 0x371455) is unknown color: approx Christalle. HEX triplet: 37, 14 and 55. RGB value is (55,20,85). Sum of RGB (Red+Green+Blue) = 55+20+85=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #371455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371455 is #C8EBAA. Grayscale: #252525. Windows color (decimal): -13167531 or 5575735. OLE color: 5575735.

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

Color convert

RGB552085-
CMYK0.350.7600.67
HSL272.31º61.9%20.59%-
HSV(B)272.31º76.47%33.33%-
XYZ3.471.978.79-
YUV37.88154.6140.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.38%
GREEN value IS 20 (8.20% from 255) = 12.5%
BLUE value IS 85 (33.59% from 255) = 53.12%
R=34.38%
G=12.5%
B=53.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5520850.350.7600.67272.3161.920.59
Hex371455234C0431103e15
Octal67241254311401034207625
Binary11011110100101010110001110011000100001110001000011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371455; }

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

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

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

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

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

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

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

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