Html Css Color HEX #620299 Indigo

📋 copy color: '#620299'

red 98 ◦ green 2 ◦ blue 153

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

Shades of Indigo #620299

Tints of Indigo #620299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 38.74%
G = 0.79%
B = 60.47%

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

#620299 (or 0x620299) is known color: Indigo. HEX triplet: 62, 02 and 99. RGB value is (98,2,153). Sum of RGB (Red+Green+Blue) = 98+2+153=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #620299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620299 is #9DFD66. Grayscale: #2F2F2F. Windows color (decimal): -10354023 or 10027618. OLE color: 10027618.

HSL color Cylindrical-coordinate representation of color #620299: hue angle of 278.15º degrees, saturation: 0.97, 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 #620299 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 2 153 -
CMYK 0.36 0.99 0 0.4
HSL 278.15º 0.97% 0.3% -
HSV(B) 278.15º 0.99% 0.6% -
XYZ 10.81 4.94 30.52 -
YUV 47.92 187.3 163.72 -
System Red Green Blue C M Y K H S L
Decimal 98 2 153 0.36 0.99 0 0.4 278.15 0.97 0.3
Hex 62 2 99 24 63 0 28 116 61 1E
Octal 142 2 231 44 143 0 50 426 141 36
Binary 1100010 10 10011001 100100 1100011 0 101000 100010110 1100001 11110

Color Harmonies of #620299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620299

Black with #620299

Text Example


Text Example

White with #620299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620299; }

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

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

background-color css

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

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

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

border-color css

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

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

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