#371c5b

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

Shades of Christalle #371C5B

Tints of Christalle #371C5B

Color information

#371C5B (or 0x371C5B) is unknown color: approx Christalle. HEX triplet: 37, 1C and 5B. RGB value is (55,28,91). Sum of RGB (Red+Green+Blue) = 55+28+91=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #371C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C5B is #C8E3A4. Grayscale: #2B2B2B. Windows color (decimal): -13165477 or 5970999. OLE color: 5970999.

HSL color Cylindrical-coordinate representation of color #371C5B: hue angle of 265.71º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371C5B is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB552891-
CMYK0.400.6900.64
HSL265.71º52.94%23.33%-
HSV(B)265.71º69.23%35.69%-
XYZ3.882.410.16-
YUV43.26154.95136.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.61%
GREEN value IS 28 (11.33% from 255) = 16.09%
BLUE value IS 91 (35.94% from 255) = 52.30%
R=31.61%
G=16.09%
B=52.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5528910.400.6900.64265.7152.9423.33
Hex371C5B284504010a3517
Octal67341335010501004126527
Binary11011111100101101110100010001010100000010000101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371c5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,28,91); }

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

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

 a { background-color: rgb(55,28,91); }

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

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

 span { border-color: rgb(55,28,91); }

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