#371F63

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

Shades of Christalle #371F63

Tints of Christalle #371F63

Color information

#371F63 (or 0x371F63) is unknown color: approx Christalle. HEX triplet: 37, 1F and 63. RGB value is (55,31,99). Sum of RGB (Red+Green+Blue) = 55+31+99=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #371F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371F63 is #C8E09C. Grayscale: #2D2D2D. Windows color (decimal): -13164701 or 6496055. OLE color: 6496055.

HSL color Cylindrical-coordinate representation of color #371F63: hue angle of 261.18º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371F63 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB553199-
CMYK0.440.6900.61
HSL261.18º52.31%25.49%-
HSV(B)261.18º68.69%38.82%-
XYZ4.322.6912.1-
YUV45.93157.95134.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 31 (12.5% from 255) = 16.76%
BLUE value IS 99 (39.06% from 255) = 53.51%
R=29.73%
G=16.76%
B=53.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5531990.440.6900.61261.1852.3125.49
Hex371F632C4503D1053419
Octal6737143541050754056431
Binary1101111111111000111011001000101011110110000010111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,31,99); }

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

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

 a { background-color: rgb(55,31,99); }

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

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

 span { border-color: rgb(55,31,99); }

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