#620B73

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

Shades of Indigo #620B73

Tints of Indigo #620B73

Color information

#620B73 (or 0x620B73) is unknown color: approx Indigo. HEX triplet: 62, 0B and 73. RGB value is (98,11,115). Sum of RGB (Red+Green+Blue) = 98+11+115=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #620B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620B73 is #9DF48C. Grayscale: #303030. Windows color (decimal): -10351757 or 7539554. OLE color: 7539554.

HSL color Cylindrical-coordinate representation of color #620B73: hue angle of 290.19º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620B73 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9811115-
CMYK0.150.9000.55
HSL290.19º82.54%24.71%-
HSV(B)290.19º90.43%45.1%-
XYZ8.254.0716.57-
YUV48.87165.32163.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.75%
GREEN value IS 11 (4.69% from 255) = 4.91%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=43.75%
G=4.91%
B=51.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98111150.150.9000.55290.1982.5424.71
Hex62B73F5A0371225319
Octal142131631713206744212331
Binary110001010111110011111110110100110111100100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620B73; }

 p { color: rgb(98,11,115); }

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

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

 a { background-color: rgb(98,11,115); }

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

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

 span { border-color: rgb(98,11,115); }

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