#361060

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

Shades of Christalle #361060

Tints of Christalle #361060

Color information

#361060 (or 0x361060) is unknown color: approx Christalle. HEX triplet: 36, 10 and 60. RGB value is (54,16,96). Sum of RGB (Red+Green+Blue) = 54+16+96=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #361060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361060 is #C9EF9F. Grayscale: #242424. Windows color (decimal): -13234080 or 6295606. OLE color: 6295606.

HSL color Cylindrical-coordinate representation of color #361060: hue angle of 268.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #361060 is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB541696-
CMYK0.440.8300.62
HSL268.5º71.43%21.96%-
HSV(B)268.5º83.33%37.65%-
XYZ3.82211.25-
YUV36.48161.59140.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 16 (6.64% from 255) = 9.64%
BLUE value IS 96 (37.89% from 255) = 57.83%
R=32.53%
G=9.64%
B=57.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5416960.440.8300.62268.571.4321.96
Hex3610602C5303E10c4716
Octal66201405412307641410726
Binary11011010000110000010110010100110111110100001100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361060; }

 p { color: rgb(54,16,96); }

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

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

 a { background-color: rgb(54,16,96); }

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

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

 span { border-color: rgb(54,16,96); }

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