Html Css Color HEX #620275 Indigo

📋 copy color: '#620275'

red 98 ◦ green 2 ◦ blue 117

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

Shades of Indigo #620275

Tints of Indigo #620275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.92%

R = 45.16%
G = 0.92%
B = 53.92%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#620275 (or 0x620275) is known color: Indigo. HEX triplet: 62, 02 and 75. RGB value is (98,2,117). Sum of RGB (Red+Green+Blue) = 98+2+117=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #620275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620275 is #9DFD8A. Grayscale: #2B2B2B. Windows color (decimal): -10354059 or 7668322. OLE color: 7668322.

HSL color Cylindrical-coordinate representation of color #620275: hue angle of 290.09º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620275 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 98 2 117 -
CMYK 0.16 0.98 0 0.54
HSL 290.09º 0.97% 0.23% -
HSV(B) 290.09º 0.98% 0.46% -
XYZ 8.27 3.92 17.15 -
YUV 43.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 98 2 117 0.16 0.98 0 0.54 290.09 0.97 0.23
Hex 62 2 75 10 62 0 36 122 61 17
Octal 142 2 165 20 142 0 66 442 141 27
Binary 1100010 10 1110101 10000 1100010 0 110110 100100010 1100001 10111

Color Harmonies of #620275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620275

Black with #620275

Text Example


Text Example

White with #620275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620275; }

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

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

background-color css

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

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

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

border-color css

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

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

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