Html Css Color HEX #620D99 Indigo

📋 copy color: '#620D99'

red 98 ◦ green 13 ◦ blue 153

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

Shades of Indigo #620D99

Tints of Indigo #620D99

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.92%

 BLUE value IS 153 (60.16% from 255) = 57.95%

R = 37.12%
G = 4.92%
B = 57.95%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#620D99 (or 0x620D99) is known color: Indigo. HEX triplet: 62, 0D and 99. RGB value is (98,13,153). Sum of RGB (Red+Green+Blue) = 98+13+153=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #620D99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620D99 is #9DF266. Grayscale: #353535. Windows color (decimal): -10351207 or 10030434. OLE color: 10030434.

HSL color Cylindrical-coordinate representation of color #620D99: hue angle of 276.43º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #620D99 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 13 153 -
CMYK 0.36 0.92 0 0.4
HSL 276.43º 0.84% 0.33% -
HSV(B) 276.43º 0.92% 0.6% -
XYZ 10.93 5.18 30.56 -
YUV 54.38 183.66 159.12 -
System Red Green Blue C M Y K H S L
Decimal 98 13 153 0.36 0.92 0 0.4 276.43 0.84 0.33
Hex 62 D 99 24 5C 0 28 114 54 21
Octal 142 15 231 44 134 0 50 424 124 41
Binary 1100010 1101 10011001 100100 1011100 0 101000 100010100 1010100 100001

Color Harmonies of #620D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620D99

Black with #620D99

Text Example


Text Example

White with #620D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,13,153); }

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

background-color css

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

 a { background-color: rgb(98,13,153); }

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

border-color css

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

 span { border-color: rgb(98,13,153); }

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