Html Css Color HEX #620FA4 Indigo

📋 copy color: '#620FA4'

red 98 ◦ green 15 ◦ blue 164

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

Shades of Indigo #620FA4

Tints of Indigo #620FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 59.21%

R = 35.38%
G = 5.42%
B = 59.21%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#620FA4 (or 0x620FA4) is known color: Indigo. HEX triplet: 62, 0F and A4. RGB value is (98,15,164). Sum of RGB (Red+Green+Blue) = 98+15+164=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 164 (64.45% from 255 or 59.21% from 277); Max value from RGB is 164 - color contains mainly: blue. Hex color #620FA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620FA4 is #9DF05B. Grayscale: #383838. Windows color (decimal): -10350684 or 10751842. OLE color: 10751842.

HSL color Cylindrical-coordinate representation of color #620FA4: hue angle of 273.42º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620FA4 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 15 164 -
CMYK 0.40 0.91 0 0.36
HSL 273.42º 0.83% 0.35% -
HSV(B) 273.42º 0.91% 0.64% -
XYZ 11.91 5.62 35.58 -
YUV 56.8 188.5 157.38 -
System Red Green Blue C M Y K H S L
Decimal 98 15 164 0.40 0.91 0 0.36 273.42 0.83 0.35
Hex 62 F A4 28 5B 0 24 111 53 23
Octal 142 17 244 50 133 0 44 421 123 43
Binary 1100010 1111 10100100 101000 1011011 0 100100 100010001 1010011 100011

Color Harmonies of #620FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620FA4

Black with #620FA4

Text Example


Text Example

White with #620FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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