Html Css Color HEX #620D91 Indigo

📋 copy color: '#620D91'

red 98 ◦ green 13 ◦ blue 145

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

Shades of Indigo #620D91

Tints of Indigo #620D91

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.08%

 BLUE value IS 145 (57.03% from 255) = 56.64%

R = 38.28%
G = 5.08%
B = 56.64%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#620D91 (or 0x620D91) is known color: Indigo. HEX triplet: 62, 0D and 91. RGB value is (98,13,145). Sum of RGB (Red+Green+Blue) = 98+13+145=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #620D91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620D91 is #9DF26E. Grayscale: #353535. Windows color (decimal): -10351215 or 9506146. OLE color: 9506146.

HSL color Cylindrical-coordinate representation of color #620D91: hue angle of 278.64º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620D91 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 13 145 -
CMYK 0.32 0.91 0 0.43
HSL 278.64º 0.84% 0.31% -
HSV(B) 278.64º 0.91% 0.57% -
XYZ 10.29 4.93 27.2 -
YUV 53.46 179.66 159.77 -
System Red Green Blue C M Y K H S L
Decimal 98 13 145 0.32 0.91 0 0.43 278.64 0.84 0.31
Hex 62 D 91 20 5B 0 2B 117 54 1F
Octal 142 15 221 40 133 0 53 427 124 37
Binary 1100010 1101 10010001 100000 1011011 0 101011 100010111 1010100 11111

Color Harmonies of #620D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620D91

Black with #620D91

Text Example


Text Example

White with #620D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,13,145); }

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

background-color css

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

 a { background-color: rgb(98,13,145); }

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

border-color css

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

 span { border-color: rgb(98,13,145); }

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