Html Css Color HEX #620199 Indigo

📋 copy color: '#620199'

red 98 ◦ green 1 ◦ blue 153

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

Shades of Indigo #620199

Tints of Indigo #620199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 38.89%
G = 0.4%
B = 60.71%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#620199 (or 0x620199) is known color: Indigo. HEX triplet: 62, 01 and 99. RGB value is (98,1,153). Sum of RGB (Red+Green+Blue) = 98+1+153=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #620199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620199 is #9DFE66. Grayscale: #2E2E2E. Windows color (decimal): -10354279 or 10027362. OLE color: 10027362.

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

Color convert

RGB 98 1 153 -
CMYK 0.36 0.99 0 0.4
HSL 278.29º 0.99% 0.3% -
HSV(B) 278.29º 0.99% 0.6% -
XYZ 10.8 4.92 30.52 -
YUV 47.33 187.64 164.14 -
System Red Green Blue C M Y K H S L
Decimal 98 1 153 0.36 0.99 0 0.4 278.29 0.99 0.3
Hex 62 1 99 24 63 0 28 116 63 1E
Octal 142 1 231 44 143 0 50 426 143 36
Binary 1100010 1 10011001 100100 1100011 0 101000 100010110 1100011 11110

Color Harmonies of #620199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620199

Black with #620199

Text Example


Text Example

White with #620199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620199; }

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

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

background-color css

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

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

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

border-color css

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

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

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