#371358

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

Shades of Christalle #371358

Tints of Christalle #371358

Color information

#371358 (or 0x371358) is unknown color: approx Christalle. HEX triplet: 37, 13 and 58. RGB value is (55,19,88). Sum of RGB (Red+Green+Blue) = 55+19+88=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #371358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371358 is #C8ECA7. Grayscale: #252525. Windows color (decimal): -13167784 or 5772087. OLE color: 5772087.

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

Color convert

RGB551988-
CMYK0.380.7800.65
HSL271.3º64.49%20.98%-
HSV(B)271.3º78.41%34.51%-
XYZ3.571.989.43-
YUV37.63156.43140.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.95%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 88 (34.77% from 255) = 54.32%
R=33.95%
G=11.73%
B=54.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5519880.380.7800.65271.364.4920.98
Hex371358264E04110f4015
Octal672313046116010141710025
Binary110111100111011000100110100111001000001100001111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371358; }

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

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

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

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

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

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

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

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