Html Css Color HEX #620195 Indigo

📋 copy color: '#620195'

red 98 ◦ green 1 ◦ blue 149

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

Shades of Indigo #620195

Tints of Indigo #620195

RGB

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

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

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

R = 39.52%
G = 0.4%
B = 60.08%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#620195 (or 0x620195) is known color: Indigo. HEX triplet: 62, 01 and 95. RGB value is (98,1,149). Sum of RGB (Red+Green+Blue) = 98+1+149=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #620195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620195 is #9DFE6A. Grayscale: #2E2E2E. Windows color (decimal): -10354283 or 9765218. OLE color: 9765218.

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

Color convert

RGB 98 1 149 -
CMYK 0.34 0.99 0 0.42
HSL 279.32º 0.99% 0.29% -
HSV(B) 279.32º 0.99% 0.58% -
XYZ 10.47 4.79 28.81 -
YUV 46.88 185.64 164.47 -
System Red Green Blue C M Y K H S L
Decimal 98 1 149 0.34 0.99 0 0.42 279.32 0.99 0.29
Hex 62 1 95 22 63 0 2A 117 63 1D
Octal 142 1 225 42 143 0 52 427 143 35
Binary 1100010 1 10010101 100010 1100011 0 101010 100010111 1100011 11101

Color Harmonies of #620195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620195

Black with #620195

Text Example


Text Example

White with #620195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620195; }

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

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

background-color css

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

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

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

border-color css

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

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

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