Html Css Color HEX #620278 Indigo

📋 copy color: '#620278'

red 98 ◦ green 2 ◦ blue 120

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

Shades of Indigo #620278

Tints of Indigo #620278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 44.55%
G = 0.91%
B = 54.55%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#620278 (or 0x620278) is known color: Indigo. HEX triplet: 62, 02 and 78. RGB value is (98,2,120). Sum of RGB (Red+Green+Blue) = 98+2+120=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #620278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620278 is #9DFD87. Grayscale: #2B2B2B. Windows color (decimal): -10354056 or 7864930. OLE color: 7864930.

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

Color convert

RGB 98 2 120 -
CMYK 0.18 0.98 0 0.53
HSL 288.81º 0.97% 0.24% -
HSV(B) 288.81º 0.98% 0.47% -
XYZ 8.45 4 18.1 -
YUV 44.16 170.8 166.41 -
System Red Green Blue C M Y K H S L
Decimal 98 2 120 0.18 0.98 0 0.53 288.81 0.97 0.24
Hex 62 2 78 12 62 0 35 121 61 18
Octal 142 2 170 22 142 0 65 441 141 30
Binary 1100010 10 1111000 10010 1100010 0 110101 100100001 1100001 11000

Color Harmonies of #620278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620278

Black with #620278

Text Example


Text Example

White with #620278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620278; }

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

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

background-color css

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

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

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

border-color css

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

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

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