#62097C

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

Shades of Indigo #62097C

Tints of Indigo #62097C

Color information

#62097C (or 0x62097C) is unknown color: approx Indigo. HEX triplet: 62, 09 and 7C. RGB value is (98,9,124). Sum of RGB (Red+Green+Blue) = 98+9+124=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #62097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62097C is #9DF683. Grayscale: #303030. Windows color (decimal): -10352260 or 8128866. OLE color: 8128866.

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

Color convert

RGB989124-
CMYK0.210.9300.51
HSL286.43º86.47%26.08%-
HSV(B)286.43º92.74%48.63%-
XYZ8.774.2519.43-
YUV48.72170.49163.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.42%
GREEN value IS 9 (3.91% from 255) = 3.90%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=42.42%
G=3.90%
B=53.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9891240.210.9300.51286.4386.4726.08
Hex6297C155D03311e561a
Octal142111742513506343612632
Binary1100010100111111001010110111010110011100011110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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