Html Css Color HEX #620595 Indigo

📋 copy color: '#620595'

red 98 ◦ green 5 ◦ blue 149

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

Shades of Indigo #620595

Tints of Indigo #620595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 38.89%
G = 1.98%
B = 59.13%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#620595 (or 0x620595) is known color: Indigo. HEX triplet: 62, 05 and 95. RGB value is (98,5,149). Sum of RGB (Red+Green+Blue) = 98+5+149=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #620595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620595 is #9DFA6A. Grayscale: #303030. Windows color (decimal): -10353259 or 9766242. OLE color: 9766242.

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

Color convert

RGB 98 5 149 -
CMYK 0.34 0.97 0 0.42
HSL 278.75º 0.94% 0.3% -
HSV(B) 278.75º 0.97% 0.58% -
XYZ 10.52 4.88 28.82 -
YUV 49.22 184.31 162.79 -
System Red Green Blue C M Y K H S L
Decimal 98 5 149 0.34 0.97 0 0.42 278.75 0.94 0.3
Hex 62 5 95 22 61 0 2A 117 5E 1E
Octal 142 5 225 42 141 0 52 427 136 36
Binary 1100010 101 10010101 100010 1100001 0 101010 100010111 1011110 11110

Color Harmonies of #620595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620595

Black with #620595

Text Example


Text Example

White with #620595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620595; }

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

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

background-color css

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

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

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

border-color css

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

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

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