#360966

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

Shades of Christalle #360966

Tints of Christalle #360966

Color information

#360966 (or 0x360966) is unknown color: approx Christalle. HEX triplet: 36, 09 and 66. RGB value is (54,9,102). Sum of RGB (Red+Green+Blue) = 54+9+102=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #360966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360966 is #C9F699. Grayscale: #202020. Windows color (decimal): -13235866 or 6687030. OLE color: 6687030.

HSL color Cylindrical-coordinate representation of color #360966: hue angle of 269.03º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360966 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB549102-
CMYK0.470.9100.6
HSL269.03º83.78%21.76%-
HSV(B)269.03º91.18%40%-
XYZ4.021.9412.73-
YUV33.06166.91142.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 102 (40.23% from 255) = 61.82%
R=32.73%
G=5.45%
B=61.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5491020.470.9100.6269.0383.7821.76
Hex369662F5B03C10d5416
Octal66111465713307441512426
Binary1101101001110011010111110110110111100100001101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360966; }

 p { color: rgb(54,9,102); }

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

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

 a { background-color: rgb(54,9,102); }

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

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

 span { border-color: rgb(54,9,102); }

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