#61286D

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

Shades of Seance #61286D

Tints of Seance #61286D

Color information

#61286D (or 0x61286D) is unknown color: approx Seance. HEX triplet: 61, 28 and 6D. RGB value is (97,40,109). Sum of RGB (Red+Green+Blue) = 97+40+109=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #61286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61286D is #9ED792. Grayscale: #404040. Windows color (decimal): -10409875 or 7153761. OLE color: 7153761.

HSL color Cylindrical-coordinate representation of color #61286D: hue angle of 289.57º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61286D is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9740109-
CMYK0.110.6300.57
HSL289.57º46.31%29.22%-
HSV(B)289.57º63.3%42.75%-
XYZ8.455.1615.02-
YUV64.91152.88150.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 109 (42.97% from 255) = 44.31%
R=39.43%
G=16.26%
B=44.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97401090.110.6300.57289.5746.3129.22
Hex61286DB3F0391222e1d
Octal1415015513770714425635
Binary110000110100011011011011111111011100110010001010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61286D; }

 p { color: rgb(97,40,109); }

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

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

 a { background-color: rgb(97,40,109); }

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

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

 span { border-color: rgb(97,40,109); }

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