Html Css Color HEX #620995 Indigo

📋 copy color: '#620995'

red 98 ◦ green 9 ◦ blue 149

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

Shades of Indigo #620995

Tints of Indigo #620995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

 BLUE value IS 149 (58.59% from 255) = 58.2%

R = 38.28%
G = 3.52%
B = 58.2%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#620995 (or 0x620995) is known color: Indigo. HEX triplet: 62, 09 and 95. RGB value is (98,9,149). Sum of RGB (Red+Green+Blue) = 98+9+149=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #620995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620995 is #9DF66A. Grayscale: #333333. Windows color (decimal): -10352235 or 9767266. OLE color: 9767266.

HSL color Cylindrical-coordinate representation of color #620995: hue angle of 278.14º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620995 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 9 149 -
CMYK 0.34 0.94 0 0.42
HSL 278.14º 0.89% 0.31% -
HSV(B) 278.14º 0.94% 0.58% -
XYZ 10.56 4.96 28.83 -
YUV 51.57 182.99 161.12 -
System Red Green Blue C M Y K H S L
Decimal 98 9 149 0.34 0.94 0 0.42 278.14 0.89 0.31
Hex 62 9 95 22 5E 0 2A 116 59 1F
Octal 142 11 225 42 136 0 52 426 131 37
Binary 1100010 1001 10010101 100010 1011110 0 101010 100010110 1011001 11111

Color Harmonies of #620995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620995

Black with #620995

Text Example


Text Example

White with #620995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620995; }

 p { color: rgb(98,9,149); }

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

background-color css

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

 a { background-color: rgb(98,9,149); }

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

border-color css

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

 span { border-color: rgb(98,9,149); }

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