#371058

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

Shades of Christalle #371058

Tints of Christalle #371058

Color information

#371058 (or 0x371058) is unknown color: approx Christalle. HEX triplet: 37, 10 and 58. RGB value is (55,16,88). Sum of RGB (Red+Green+Blue) = 55+16+88=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #371058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371058 is #C8EFA7. Grayscale: #232323. Windows color (decimal): -13168552 or 5771319. OLE color: 5771319.

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

Color convert

RGB551688-
CMYK0.380.8200.65
HSL272.5º69.23%20.39%-
HSV(B)272.5º81.82%34.51%-
XYZ3.521.899.41-
YUV35.87157.42141.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.59%
GREEN value IS 16 (6.64% from 255) = 10.06%
BLUE value IS 88 (34.77% from 255) = 55.35%
R=34.59%
G=10.06%
B=55.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5516880.380.8200.65272.569.2320.39
Hex37105826520411104514
Octal672013046122010142010524
Binary110111100001011000100110101001001000001100010000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371058; }

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

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

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

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

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

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

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

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