Html Css Color HEX #620095 Indigo

📋 copy color: '#620095'

red 98 ◦ green 0 ◦ blue 149

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

Shades of Indigo #620095

Tints of Indigo #620095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.68%
G = 0%
B = 60.32%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#620095 (or 0x620095) is known color: Indigo. HEX triplet: 62, 00 and 95. RGB value is (98,0,149). Sum of RGB (Red+Green+Blue) = 98+0+149=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #620095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620095 is #9DFF6A. Grayscale: #2D2D2D. Windows color (decimal): -10354539 or 9764962. OLE color: 9764962.

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

Color convert

RGB 98 0 149 -
CMYK 0.34 1 0 0.42
HSL 279.46º 1% 0.29% -
HSV(B) 279.46º 1% 0.58% -
XYZ 10.46 4.77 28.8 -
YUV 46.29 185.97 164.88 -
System Red Green Blue C M Y K H S L
Decimal 98 0 149 0.34 1 0 0.42 279.46 1 0.29
Hex 62 0 95 22 64 0 2A 117 64 1D
Octal 142 0 225 42 144 0 52 427 144 35
Binary 1100010 0 10010101 100010 1100100 0 101010 100010111 1100100 11101

Color Harmonies of #620095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620095

Black with #620095

Text Example


Text Example

White with #620095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620095; }

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

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

background-color css

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

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

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

border-color css

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

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

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