#370F5D

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

Shades of Christalle #370F5D

Tints of Christalle #370F5D

Color information

#370F5D (or 0x370F5D) is unknown color: approx Christalle. HEX triplet: 37, 0F and 5D. RGB value is (55,15,93). Sum of RGB (Red+Green+Blue) = 55+15+93=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #370F5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370F5D is #C8F0A2. Grayscale: #232323. Windows color (decimal): -13168803 or 6098743. OLE color: 6098743.

HSL color Cylindrical-coordinate representation of color #370F5D: hue angle of 270.77º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #370F5D is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB551593-
CMYK0.410.8400.64
HSL270.77º72.22%21.18%-
HSV(B)270.77º83.87%36.47%-
XYZ3.721.9410.54-
YUV35.85160.25141.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.74%
GREEN value IS 15 (6.25% from 255) = 9.20%
BLUE value IS 93 (36.72% from 255) = 57.06%
R=33.74%
G=9.20%
B=57.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5515930.410.8400.64270.7772.2221.18
Hex37F5D295404010f4815
Octal671713551124010041711025
Binary11011111111011101101001101010001000000100001111100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370F5D; }

 p { color: rgb(55,15,93); }

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

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

 a { background-color: rgb(55,15,93); }

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

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

 span { border-color: rgb(55,15,93); }

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