Html Css Color HEX #620F82 Indigo

📋 copy color: '#620F82'

red 98 ◦ green 15 ◦ blue 130

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

Shades of Indigo #620F82

Tints of Indigo #620F82

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.17%

 BLUE value IS 130 (51.17% from 255) = 53.5%

R = 40.33%
G = 6.17%
B = 53.5%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#620F82 (or 0x620F82) is known color: Indigo. HEX triplet: 62, 0F and 82. RGB value is (98,15,130). Sum of RGB (Red+Green+Blue) = 98+15+130=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #620F82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620F82 is #9DF07D. Grayscale: #343434. Windows color (decimal): -10350718 or 8523618. OLE color: 8523618.

HSL color Cylindrical-coordinate representation of color #620F82: hue angle of 283.3º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620F82 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 15 130 -
CMYK 0.25 0.88 0 0.49
HSL 283.3º 0.79% 0.28% -
HSV(B) 283.3º 0.88% 0.51% -
XYZ 9.24 4.55 21.51 -
YUV 52.93 171.5 160.15 -
System Red Green Blue C M Y K H S L
Decimal 98 15 130 0.25 0.88 0 0.49 283.3 0.79 0.28
Hex 62 F 82 19 58 0 31 11B 4F 1C
Octal 142 17 202 31 130 0 61 433 117 34
Binary 1100010 1111 10000010 11001 1011000 0 110001 100011011 1001111 11100

Color Harmonies of #620F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F82

Black with #620F82

Text Example


Text Example

White with #620F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,15,130); }

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

background-color css

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

 a { background-color: rgb(98,15,130); }

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

border-color css

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

 span { border-color: rgb(98,15,130); }

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