#371A55

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

Shades of Christalle #371A55

Tints of Christalle #371A55

Color information

#371A55 (or 0x371A55) is unknown color: approx Christalle. HEX triplet: 37, 1A and 55. RGB value is (55,26,85). Sum of RGB (Red+Green+Blue) = 55+26+85=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #371A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371A55 is #C8E5AA. Grayscale: #292929. Windows color (decimal): -13165995 or 5577271. OLE color: 5577271.

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

Color convert

RGB552685-
CMYK0.350.6900.67
HSL269.49º53.15%21.76%-
HSV(B)269.49º69.41%33.33%-
XYZ3.582.218.83-
YUV41.4152.61137.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.13%
GREEN value IS 26 (10.55% from 255) = 15.66%
BLUE value IS 85 (33.59% from 255) = 51.20%
R=33.13%
G=15.66%
B=51.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5526850.350.6900.67269.4953.1521.76
Hex371A55234504310d3516
Octal67321254310501034156526
Binary11011111010101010110001110001010100001110000110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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