Html Css Color HEX #620A75 Indigo

📋 copy color: '#620A75'

red 98 ◦ green 10 ◦ blue 117

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

Shades of Indigo #620A75

Tints of Indigo #620A75

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.44%

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

R = 43.56%
G = 4.44%
B = 52%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#620A75 (or 0x620A75) is known color: Indigo. HEX triplet: 62, 0A and 75. RGB value is (98,10,117). Sum of RGB (Red+Green+Blue) = 98+10+117=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #620A75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A75 is #9DF58A. Grayscale: #303030. Windows color (decimal): -10352011 or 7670370. OLE color: 7670370.

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

Color convert

RGB 98 10 117 -
CMYK 0.16 0.91 0 0.54
HSL 289.35º 0.84% 0.25% -
HSV(B) 289.35º 0.91% 0.46% -
XYZ 8.36 4.1 17.18 -
YUV 48.51 166.65 163.3 -
System Red Green Blue C M Y K H S L
Decimal 98 10 117 0.16 0.91 0 0.54 289.35 0.84 0.25
Hex 62 A 75 10 5B 0 36 121 54 19
Octal 142 12 165 20 133 0 66 441 124 31
Binary 1100010 1010 1110101 10000 1011011 0 110110 100100001 1010100 11001

Color Harmonies of #620A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620A75

Black with #620A75

Text Example


Text Example

White with #620A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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