#361660

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

Shades of Christalle #361660

Tints of Christalle #361660

Color information

#361660 (or 0x361660) is unknown color: approx Christalle. HEX triplet: 36, 16 and 60. RGB value is (54,22,96). Sum of RGB (Red+Green+Blue) = 54+22+96=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #361660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361660 is #C9E99F. Grayscale: #272727. Windows color (decimal): -13232544 or 6297142. OLE color: 6297142.

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

Color convert

RGB542296-
CMYK0.440.7700.62
HSL265.95º62.71%23.14%-
HSV(B)265.95º77.08%37.65%-
XYZ3.922.211.28-
YUV40159.6137.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.40%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 96 (37.89% from 255) = 55.81%
R=31.40%
G=12.79%
B=55.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5422960.440.7700.62265.9562.7123.14
Hex3616602C4D03E10a3f17
Octal6626140541150764127727
Binary1101101011011000001011001001101011111010000101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361660; }

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

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

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

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

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

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

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

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