#620B9B

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

Shades of Indigo #620B9B

Tints of Indigo #620B9B

Color information

#620B9B (or 0x620B9B) is unknown color: approx Indigo. HEX triplet: 62, 0B and 9B. RGB value is (98,11,155). Sum of RGB (Red+Green+Blue) = 98+11+155=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #620B9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620B9B is #9DF464. Grayscale: #343434. Windows color (decimal): -10351717 or 10160994. OLE color: 10160994.

HSL color Cylindrical-coordinate representation of color #620B9B: hue angle of 276.25º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620B9B is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9811155-
CMYK0.370.9300.39
HSL276.25º86.75%32.55%-
HSV(B)276.25º92.9%60.78%-
XYZ11.075.231.43-
YUV53.43185.32159.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.12%
GREEN value IS 11 (4.69% from 255) = 4.17%
BLUE value IS 155 (60.94% from 255) = 58.71%
R=37.12%
G=4.17%
B=58.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98111550.370.9300.39276.2586.7532.55
Hex62B9B255D0271145721
Octal142132334513504742412741
Binary1100010101110011011100101101110101001111000101001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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