Html Css Color HEX #621696 Indigo

📋 copy color: '#621696'

red 98 ◦ green 22 ◦ blue 150

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

Shades of Indigo #621696

Tints of Indigo #621696

RGB

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

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

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

R = 36.3%
G = 8.15%
B = 55.56%

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

#621696 (or 0x621696) is known color: Indigo. HEX triplet: 62, 16 and 96. RGB value is (98,22,150). Sum of RGB (Red+Green+Blue) = 98+22+150=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #621696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621696 is #9DE969. Grayscale: #3A3A3A. Windows color (decimal): -10348906 or 9836130. OLE color: 9836130.

HSL color Cylindrical-coordinate representation of color #621696: hue angle of 275.62º degrees, saturation: 0.74, 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 #621696 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 22 150 -
CMYK 0.35 0.85 0 0.41
HSL 275.63º 0.74% 0.34% -
HSV(B) 275.63º 0.85% 0.59% -
XYZ 10.83 5.37 29.32 -
YUV 59.32 179.18 155.59 -
System Red Green Blue C M Y K H S L
Decimal 98 22 150 0.35 0.85 0 0.41 275.63 0.74 0.34
Hex 62 16 96 23 55 0 29 114 4A 22
Octal 142 26 226 43 125 0 51 424 112 42
Binary 1100010 10110 10010110 100011 1010101 0 101001 100010100 1001010 100010

Color Harmonies of #621696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621696

Black with #621696

Text Example


Text Example

White with #621696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621696; }

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

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

background-color css

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

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

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

border-color css

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

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

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