#62237C

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

Shades of Seance #62237C

Tints of Seance #62237C

Color information

#62237C (or 0x62237C) is unknown color: approx Seance. HEX triplet: 62, 23 and 7C. RGB value is (98,35,124). Sum of RGB (Red+Green+Blue) = 98+35+124=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #62237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62237C is #9DDC83. Grayscale: #3F3F3F. Windows color (decimal): -10345604 or 8135522. OLE color: 8135522.

HSL color Cylindrical-coordinate representation of color #62237C: hue angle of 282.47º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62237C is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9835124-
CMYK0.210.7200.51
HSL282.47º55.97%31.18%-
HSV(B)282.47º71.77%48.63%-
XYZ9.285.2519.59-
YUV63.98161.87152.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.13%
GREEN value IS 35 (14.06% from 255) = 13.62%
BLUE value IS 124 (48.83% from 255) = 48.25%
R=38.13%
G=13.62%
B=48.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98351240.210.7200.51282.4755.9731.18
Hex62237C154803311a381f
Octal14243174251100634327037
Binary11000101000111111100101011001000011001110001101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62237C; }

 p { color: rgb(98,35,124); }

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

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

 a { background-color: rgb(98,35,124); }

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

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

 span { border-color: rgb(98,35,124); }

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