#361363

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

Shades of Christalle #361363

Tints of Christalle #361363

Color information

#361363 (or 0x361363) is unknown color: approx Christalle. HEX triplet: 36, 13 and 63. RGB value is (54,19,99). Sum of RGB (Red+Green+Blue) = 54+19+99=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #361363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361363 is #C9EC9C. Grayscale: #262626. Windows color (decimal): -13233309 or 6492982. OLE color: 6492982.

HSL color Cylindrical-coordinate representation of color #361363: hue angle of 266.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #361363 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB541999-
CMYK0.450.8100.61
HSL266.25º67.8%23.14%-
HSV(B)266.25º80.81%38.82%-
XYZ4.012.1512.01-
YUV38.58162.1139-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.40%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 99 (39.06% from 255) = 57.56%
R=31.40%
G=11.05%
B=57.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5419990.450.8100.61266.2567.823.14
Hex3613632D5103D10a4417
Octal66231435512107541210427
Binary11011010011110001110110110100010111101100001010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361363; }

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

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

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

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

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

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

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

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