#361361

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

Shades of Christalle #361361

Tints of Christalle #361361

Color information

#361361 (or 0x361361) is unknown color: approx Christalle. HEX triplet: 36, 13 and 61. RGB value is (54,19,97). Sum of RGB (Red+Green+Blue) = 54+19+97=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #361361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361361 is #C9EC9E. Grayscale: #262626. Windows color (decimal): -13233311 or 6361910. OLE color: 6361910.

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

Color convert

RGB541997-
CMYK0.440.8000.62
HSL266.92º67.24%22.75%-
HSV(B)266.92º80.41%38.04%-
XYZ3.912.1111.51-
YUV38.36161.1139.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.76%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 97 (38.28% from 255) = 57.06%
R=31.76%
G=11.18%
B=57.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5419970.440.8000.62266.9267.2422.75
Hex3613612C5003E10b4317
Octal66231415412007641310327
Binary11011010011110000110110010100000111110100001011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361361; }

 p { color: rgb(54,19,97); }

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

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

 a { background-color: rgb(54,19,97); }

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

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

 span { border-color: rgb(54,19,97); }

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