#360361

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

Shades of Christalle #360361

Tints of Christalle #360361

Color information

#360361 (or 0x360361) is unknown color: approx Christalle. HEX triplet: 36, 03 and 61. RGB value is (54,3,97). Sum of RGB (Red+Green+Blue) = 54+3+97=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #360361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360361 is #C9FC9E. Grayscale: #1C1C1C. Windows color (decimal): -13237407 or 6357814. OLE color: 6357814.

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

Color convert

RGB54397-
CMYK0.440.9700.62
HSL272.55º94%19.61%-
HSV(B)272.55º96.91%38.04%-
XYZ3.711.7111.44-
YUV28.96166.4145.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.06%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 97 (38.28% from 255) = 62.99%
R=35.06%
G=1.95%
B=62.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal543970.440.9700.62272.559419.61
Hex363612C6103E1115e14
Octal6631415414107642113624
Binary11011011110000110110011000010111110100010001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360361; }

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

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

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

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

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

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

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

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