Html Css Color HEX #621796 Indigo

📋 copy color: '#621796'

red 98 ◦ green 23 ◦ blue 150

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

Shades of Indigo #621796

Tints of Indigo #621796

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

 BLUE value IS 150 (58.98% from 255) = 55.35%

R = 36.16%
G = 8.49%
B = 55.35%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#621796 (or 0x621796) is known color: Indigo. HEX triplet: 62, 17 and 96. RGB value is (98,23,150). Sum of RGB (Red+Green+Blue) = 98+23+150=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #621796 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621796 is #9DE869. Grayscale: #3B3B3B. Windows color (decimal): -10348650 or 9836386. OLE color: 9836386.

HSL color Cylindrical-coordinate representation of color #621796: hue angle of 275.43º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621796 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 23 150 -
CMYK 0.35 0.85 0 0.41
HSL 275.43º 0.73% 0.34% -
HSV(B) 275.43º 0.85% 0.59% -
XYZ 10.85 5.41 29.33 -
YUV 59.9 178.85 155.17 -
System Red Green Blue C M Y K H S L
Decimal 98 23 150 0.35 0.85 0 0.41 275.43 0.73 0.34
Hex 62 17 96 23 55 0 29 113 49 22
Octal 142 27 226 43 125 0 51 423 111 42
Binary 1100010 10111 10010110 100011 1010101 0 101001 100010011 1001001 100010

Color Harmonies of #621796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621796

Black with #621796

Text Example


Text Example

White with #621796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621796; }

 p { color: rgb(98,23,150); }

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

background-color css

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

 a { background-color: rgb(98,23,150); }

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

border-color css

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

 span { border-color: rgb(98,23,150); }

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