Html Css Color HEX #621491 Indigo

📋 copy color: '#621491'

red 98 ◦ green 20 ◦ blue 145

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

Shades of Indigo #621491

Tints of Indigo #621491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.6%

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

R = 37.26%
G = 7.6%
B = 55.13%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#621491 (or 0x621491) is known color: Indigo. HEX triplet: 62, 14 and 91. RGB value is (98,20,145). Sum of RGB (Red+Green+Blue) = 98+20+145=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #621491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621491 is #9DEB6E. Grayscale: #393939. Windows color (decimal): -10349423 or 9507938. OLE color: 9507938.

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

Color convert

RGB 98 20 145 -
CMYK 0.32 0.86 0 0.43
HSL 277.44º 0.76% 0.32% -
HSV(B) 277.44º 0.86% 0.57% -
XYZ 10.4 5.14 27.23 -
YUV 57.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 98 20 145 0.32 0.86 0 0.43 277.44 0.76 0.32
Hex 62 14 91 20 56 0 2B 115 4C 20
Octal 142 24 221 40 126 0 53 425 114 40
Binary 1100010 10100 10010001 100000 1010110 0 101011 100010101 1001100 100000

Color Harmonies of #621491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621491

Black with #621491

Text Example


Text Example

White with #621491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621491; }

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

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

background-color css

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

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

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

border-color css

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

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

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