#371F5D

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

Shades of Christalle #371F5D

Tints of Christalle #371F5D

Color information

#371F5D (or 0x371F5D) is unknown color: approx Christalle. HEX triplet: 37, 1F and 5D. RGB value is (55,31,93). Sum of RGB (Red+Green+Blue) = 55+31+93=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #371F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371F5D is #C8E0A2. Grayscale: #2D2D2D. Windows color (decimal): -13164707 or 6102839. OLE color: 6102839.

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

Color convert

RGB553193-
CMYK0.410.6700.64
HSL263.23º50%24.31%-
HSV(B)263.23º66.67%36.47%-
XYZ4.042.5810.64-
YUV45.24154.95134.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.73%
GREEN value IS 31 (12.5% from 255) = 17.32%
BLUE value IS 93 (36.72% from 255) = 51.96%
R=30.73%
G=17.32%
B=51.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5531930.410.6700.64263.235024.31
Hex371F5D29430401073218
Octal67371355110301004076230
Binary11011111111101110110100110000110100000010000011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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