Html Css Color HEX #620992 Indigo

📋 copy color: '#620992'

red 98 ◦ green 9 ◦ blue 146

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

Shades of Indigo #620992

Tints of Indigo #620992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.71%

R = 38.74%
G = 3.56%
B = 57.71%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#620992 (or 0x620992) is known color: Indigo. HEX triplet: 62, 09 and 92. RGB value is (98,9,146). Sum of RGB (Red+Green+Blue) = 98+9+146=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #620992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620992 is #9DF66D. Grayscale: #323232. Windows color (decimal): -10352238 or 9570658. OLE color: 9570658.

HSL color Cylindrical-coordinate representation of color #620992: hue angle of 278.98º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620992 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 9 146 -
CMYK 0.33 0.94 0 0.43
HSL 278.98º 0.88% 0.3% -
HSV(B) 278.98º 0.94% 0.57% -
XYZ 10.32 4.87 27.59 -
YUV 51.23 181.49 161.36 -
System Red Green Blue C M Y K H S L
Decimal 98 9 146 0.33 0.94 0 0.43 278.98 0.88 0.3
Hex 62 9 92 21 5E 0 2B 117 58 1E
Octal 142 11 222 41 136 0 53 427 130 36
Binary 1100010 1001 10010010 100001 1011110 0 101011 100010111 1011000 11110

Color Harmonies of #620992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620992

Black with #620992

Text Example


Text Example

White with #620992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620992; }

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

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

background-color css

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

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

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

border-color css

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

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

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