Html Css Color HEX #620F8F Indigo

📋 copy color: '#620F8F'

red 98 ◦ green 15 ◦ blue 143

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

Shades of Indigo #620F8F

Tints of Indigo #620F8F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.86%

 BLUE value IS 143 (56.25% from 255) = 55.86%

R = 38.28%
G = 5.86%
B = 55.86%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#620F8F (or 0x620F8F) is known color: Indigo. HEX triplet: 62, 0F and 8F. RGB value is (98,15,143). Sum of RGB (Red+Green+Blue) = 98+15+143=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #620F8F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620F8F is #9DF070. Grayscale: #353535. Windows color (decimal): -10350705 or 9375586. OLE color: 9375586.

HSL color Cylindrical-coordinate representation of color #620F8F: hue angle of 278.91º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620F8F is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 15 143 -
CMYK 0.31 0.90 0 0.44
HSL 278.91º 0.81% 0.31% -
HSV(B) 278.91º 0.9% 0.56% -
XYZ 10.17 4.92 26.4 -
YUV 54.41 178 159.09 -
System Red Green Blue C M Y K H S L
Decimal 98 15 143 0.31 0.90 0 0.44 278.91 0.81 0.31
Hex 62 F 8F 1F 5A 0 2C 117 51 1F
Octal 142 17 217 37 132 0 54 427 121 37
Binary 1100010 1111 10001111 11111 1011010 0 101100 100010111 1010001 11111

Color Harmonies of #620F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F8F

Black with #620F8F

Text Example


Text Example

White with #620F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,15,143); }

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

background-color css

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

 a { background-color: rgb(98,15,143); }

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

border-color css

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

 span { border-color: rgb(98,15,143); }

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