Html Css Color HEX #621690 Indigo

📋 copy color: '#621690'

red 98 ◦ green 22 ◦ blue 144

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

Shades of Indigo #621690

Tints of Indigo #621690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.33%

 BLUE value IS 144 (56.64% from 255) = 54.55%

R = 37.12%
G = 8.33%
B = 54.55%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#621690 (or 0x621690) is known color: Indigo. HEX triplet: 62, 16 and 90. RGB value is (98,22,144). Sum of RGB (Red+Green+Blue) = 98+22+144=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #621690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621690 is #9DE96F. Grayscale: #3A3A3A. Windows color (decimal): -10348912 or 9442914. OLE color: 9442914.

HSL color Cylindrical-coordinate representation of color #621690: hue angle of 277.38º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621690 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 22 144 -
CMYK 0.32 0.85 0 0.44
HSL 277.38º 0.73% 0.33% -
HSV(B) 277.38º 0.85% 0.56% -
XYZ 10.36 5.18 26.84 -
YUV 58.63 176.18 156.08 -
System Red Green Blue C M Y K H S L
Decimal 98 22 144 0.32 0.85 0 0.44 277.38 0.73 0.33
Hex 62 16 90 20 55 0 2C 115 49 21
Octal 142 26 220 40 125 0 54 425 111 41
Binary 1100010 10110 10010000 100000 1010101 0 101100 100010101 1001001 100001

Color Harmonies of #621690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621690

Black with #621690

Text Example


Text Example

White with #621690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621690; }

 p { color: rgb(98,22,144); }

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

background-color css

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

 a { background-color: rgb(98,22,144); }

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

border-color css

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

 span { border-color: rgb(98,22,144); }

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