Html Css Color HEX #620075 Indigo

📋 copy color: '#620075'

red 98 ◦ green 0 ◦ blue 117

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

Shades of Indigo #620075

Tints of Indigo #620075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.58%
G = 0%
B = 54.42%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#620075 (or 0x620075) is known color: Indigo. HEX triplet: 62, 00 and 75. RGB value is (98,0,117). Sum of RGB (Red+Green+Blue) = 98+0+117=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #620075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620075 is #9DFF8A. Grayscale: #2A2A2A. Windows color (decimal): -10354571 or 7667810. OLE color: 7667810.

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

Color convert

RGB 98 0 117 -
CMYK 0.16 1 0 0.54
HSL 290.26º 1% 0.23% -
HSV(B) 290.26º 1% 0.46% -
XYZ 8.25 3.88 17.14 -
YUV 42.64 169.97 167.49 -
System Red Green Blue C M Y K H S L
Decimal 98 0 117 0.16 1 0 0.54 290.26 1 0.23
Hex 62 0 75 10 64 0 36 122 64 17
Octal 142 0 165 20 144 0 66 442 144 27
Binary 1100010 0 1110101 10000 1100100 0 110110 100100010 1100100 10111

Color Harmonies of #620075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620075

Black with #620075

Text Example


Text Example

White with #620075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620075; }

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

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

background-color css

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

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

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

border-color css

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

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

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