Html Css Color HEX #620591 Indigo

📋 copy color: '#620591'

red 98 ◦ green 5 ◦ blue 145

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

Shades of Indigo #620591

Tints of Indigo #620591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 39.52%
G = 2.02%
B = 58.47%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#620591 (or 0x620591) is known color: Indigo. HEX triplet: 62, 05 and 91. RGB value is (98,5,145). Sum of RGB (Red+Green+Blue) = 98+5+145=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #620591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620591 is #9DFA6E. Grayscale: #303030. Windows color (decimal): -10353263 or 9504098. OLE color: 9504098.

HSL color Cylindrical-coordinate representation of color #620591: hue angle of 279.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620591 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 5 145 -
CMYK 0.32 0.97 0 0.43
HSL 279.86º 0.93% 0.29% -
HSV(B) 279.86º 0.97% 0.57% -
XYZ 10.2 4.75 27.17 -
YUV 48.77 182.31 163.12 -
System Red Green Blue C M Y K H S L
Decimal 98 5 145 0.32 0.97 0 0.43 279.86 0.93 0.29
Hex 62 5 91 20 61 0 2B 118 5D 1D
Octal 142 5 221 40 141 0 53 430 135 35
Binary 1100010 101 10010001 100000 1100001 0 101011 100011000 1011101 11101

Color Harmonies of #620591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620591

Black with #620591

Text Example


Text Example

White with #620591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620591; }

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

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

background-color css

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

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

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

border-color css

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

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

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