Html Css Color HEX #620578 Indigo

📋 copy color: '#620578'

red 98 ◦ green 5 ◦ blue 120

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

Shades of Indigo #620578

Tints of Indigo #620578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.81%

R = 43.95%
G = 2.24%
B = 53.81%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#620578 (or 0x620578) is known color: Indigo. HEX triplet: 62, 05 and 78. RGB value is (98,5,120). Sum of RGB (Red+Green+Blue) = 98+5+120=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #620578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620578 is #9DFA87. Grayscale: #2D2D2D. Windows color (decimal): -10353288 or 7865698. OLE color: 7865698.

HSL color Cylindrical-coordinate representation of color #620578: hue angle of 288.52º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620578 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 5 120 -
CMYK 0.18 0.96 0 0.53
HSL 288.52º 0.92% 0.25% -
HSV(B) 288.52º 0.96% 0.47% -
XYZ 8.48 4.06 18.11 -
YUV 45.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 98 5 120 0.18 0.96 0 0.53 288.52 0.92 0.25
Hex 62 5 78 12 60 0 35 121 5C 19
Octal 142 5 170 22 140 0 65 441 134 31
Binary 1100010 101 1111000 10010 1100000 0 110101 100100001 1011100 11001

Color Harmonies of #620578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620578

Black with #620578

Text Example


Text Example

White with #620578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620578; }

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

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

background-color css

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

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

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

border-color css

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

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

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