#361559

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

Shades of Christalle #361559

Tints of Christalle #361559

Color information

#361559 (or 0x361559) is unknown color: approx Christalle. HEX triplet: 36, 15 and 59. RGB value is (54,21,89). Sum of RGB (Red+Green+Blue) = 54+21+89=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #361559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361559 is #C9EAA6. Grayscale: #262626. Windows color (decimal): -13232807 or 5838134. OLE color: 5838134.

HSL color Cylindrical-coordinate representation of color #361559: hue angle of 269.12º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361559 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB542189-
CMYK0.390.7600.65
HSL269.12º61.82%21.57%-
HSV(B)269.12º76.4%34.9%-
XYZ3.592.049.66-
YUV38.62156.43138.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.93%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 89 (35.16% from 255) = 54.27%
R=32.93%
G=12.80%
B=54.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5421890.390.7600.65269.1261.8221.57
Hex361559274C04110d3e16
Octal66251314711401014157626
Binary11011010101101100110011110011000100000110000110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361559; }

 p { color: rgb(54,21,89); }

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

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

 a { background-color: rgb(54,21,89); }

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

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

 span { border-color: rgb(54,21,89); }

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