Html Css Color HEX #620888 Indigo

📋 copy color: '#620888'

red 98 ◦ green 8 ◦ blue 136

#620888
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #620888

Tints of Indigo #620888

RGB

 RED value IS 98 (38.67% from 255) = 40.5%

 GREEN value IS 8 (3.52% from 255) = 3.31%

 BLUE value IS 136 (53.52% from 255) = 56.2%

R = 40.5%
G = 3.31%
B = 56.2%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#620888 (or 0x620888) is known color: Indigo. HEX triplet: 62, 08 and 88. RGB value is (98,8,136). Sum of RGB (Red+Green+Blue) = 98+8+136=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #620888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620888 is #9DF777. Grayscale: #313131. Windows color (decimal): -10352504 or 8915042. OLE color: 8915042.

HSL color Cylindrical-coordinate representation of color #620888: hue angle of 282.19º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620888 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 8 136 -
CMYK 0.28 0.94 0 0.47
HSL 282.19º 0.89% 0.28% -
HSV(B) 282.19º 0.94% 0.53% -
XYZ 9.57 4.55 23.67 -
YUV 49.5 176.82 162.59 -
System Red Green Blue C M Y K H S L
Decimal 98 8 136 0.28 0.94 0 0.47 282.19 0.89 0.28
Hex 62 8 88 1C 5E 0 2F 11A 59 1C
Octal 142 10 210 34 136 0 57 432 131 34
Binary 1100010 1000 10001000 11100 1011110 0 101111 100011010 1011001 11100

Color Harmonies of #620888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620888

Black with #620888

Text Example


Text Example

White with #620888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620888; }

 p { color: rgb(98,8,136); }

 H1.HeaderClassName
 {
   color: #620888;
 }
 .AnyTagClassName
 {
   color: #620888;
 }
</style>

background-color css

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

 a { background-color: rgb(98,8,136); }

 div.DivClassName
 {
   background-color: #620888;
 }
 .BgClassName
 {
   background-color: #620888;
 }
</style>

border-color css

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

 span { border-color: rgb(98,8,136); }

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