#371F58

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

Shades of Christalle #371F58

Tints of Christalle #371F58

Color information

#371F58 (or 0x371F58) is unknown color: approx Christalle. HEX triplet: 37, 1F and 58. RGB value is (55,31,88). Sum of RGB (Red+Green+Blue) = 55+31+88=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #371F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371F58 is #C8E0A7. Grayscale: #2C2C2C. Windows color (decimal): -13164712 or 5775159. OLE color: 5775159.

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

Color convert

RGB553188-
CMYK0.380.6500.65
HSL265.26º47.9%23.33%-
HSV(B)265.26º64.77%34.51%-
XYZ3.832.59.51-
YUV44.67152.45135.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.61%
GREEN value IS 31 (12.5% from 255) = 17.82%
BLUE value IS 88 (34.77% from 255) = 50.57%
R=31.61%
G=17.82%
B=50.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5531880.380.6500.65265.2647.923.33
Hex371F5826410411093017
Octal67371304610101014116027
Binary11011111111101100010011010000010100000110000100111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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