#370D61

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

Shades of Christalle #370D61

Tints of Christalle #370D61

Color information

#370D61 (or 0x370D61) is unknown color: approx Christalle. HEX triplet: 37, 0D and 61. RGB value is (55,13,97). Sum of RGB (Red+Green+Blue) = 55+13+97=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #370D61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370D61 is #C8F29E. Grayscale: #222222. Windows color (decimal): -13169311 or 6360375. OLE color: 6360375.

HSL color Cylindrical-coordinate representation of color #370D61: hue angle of 270º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #370D61 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB551397-
CMYK0.430.8700.62
HSL270º76.36%21.57%-
HSV(B)270º86.6%38.04%-
XYZ3.881.9611.48-
YUV35.13162.91142.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.33%
GREEN value IS 13 (5.47% from 255) = 7.88%
BLUE value IS 97 (38.28% from 255) = 58.79%
R=33.33%
G=7.88%
B=58.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5513970.430.8700.6227076.3621.57
Hex37D612B5703E10e4c16
Octal67151415312707641611426
Binary1101111101110000110101110101110111110100001110100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,13,97); }

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

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

 a { background-color: rgb(55,13,97); }

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

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

 span { border-color: rgb(55,13,97); }

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