Html Css Color HEX #620375 Indigo

📋 copy color: '#620375'

red 98 ◦ green 3 ◦ blue 117

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

Shades of Indigo #620375

Tints of Indigo #620375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 44.95%
G = 1.38%
B = 53.67%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#620375 (or 0x620375) is known color: Indigo. HEX triplet: 62, 03 and 75. RGB value is (98,3,117). Sum of RGB (Red+Green+Blue) = 98+3+117=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #620375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620375 is #9DFC8A. Grayscale: #2C2C2C. Windows color (decimal): -10353803 or 7668578. OLE color: 7668578.

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

Color convert

RGB 98 3 117 -
CMYK 0.16 0.97 0 0.54
HSL 290º 0.95% 0.24% -
HSV(B) 290º 0.97% 0.46% -
XYZ 8.28 3.95 17.15 -
YUV 44.4 168.97 166.23 -
System Red Green Blue C M Y K H S L
Decimal 98 3 117 0.16 0.97 0 0.54 290 0.95 0.24
Hex 62 3 75 10 61 0 36 122 5F 18
Octal 142 3 165 20 141 0 66 442 137 30
Binary 1100010 11 1110101 10000 1100001 0 110110 100100010 1011111 11000

Color Harmonies of #620375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620375

Black with #620375

Text Example


Text Example

White with #620375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620375; }

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

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

background-color css

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

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

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

border-color css

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

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

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