#371c5a

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

Shades of Christalle #371C5A

Tints of Christalle #371C5A

Color information

#371C5A (or 0x371C5A) is unknown color: approx Christalle. HEX triplet: 37, 1C and 5A. RGB value is (55,28,90). Sum of RGB (Red+Green+Blue) = 55+28+90=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #371C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C5A is #C8E3A5. Grayscale: #2A2A2A. Windows color (decimal): -13165478 or 5905463. OLE color: 5905463.

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

Color convert

RGB552890-
CMYK0.390.6900.65
HSL266.13º52.54%23.14%-
HSV(B)266.13º68.89%35.29%-
XYZ3.842.389.93-
YUV43.14154.45136.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.79%
GREEN value IS 28 (11.33% from 255) = 16.18%
BLUE value IS 90 (35.55% from 255) = 52.02%
R=31.79%
G=16.18%
B=52.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5528900.390.6900.65266.1352.5423.14
Hex371C5A274504110a3517
Octal67341324710501014126527
Binary11011111100101101010011110001010100000110000101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371c5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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