#371E5D

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

Shades of Christalle #371E5D

Tints of Christalle #371E5D

Color information

#371E5D (or 0x371E5D) is unknown color: approx Christalle. HEX triplet: 37, 1E and 5D. RGB value is (55,30,93). Sum of RGB (Red+Green+Blue) = 55+30+93=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #371E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371E5D is #C8E1A2. Grayscale: #2C2C2C. Windows color (decimal): -13164963 or 6102583. OLE color: 6102583.

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

Color convert

RGB553093-
CMYK0.410.6800.64
HSL263.81º51.22%24.12%-
HSV(B)263.81º67.74%36.47%-
XYZ4.022.5310.63-
YUV44.66155.28135.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.90%
GREEN value IS 30 (12.11% from 255) = 16.85%
BLUE value IS 93 (36.72% from 255) = 52.25%
R=30.90%
G=16.85%
B=52.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5530930.410.6800.64263.8151.2224.12
Hex371E5D29440401083318
Octal67361355110401004106330
Binary11011111110101110110100110001000100000010000100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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