Html Css Color HEX #621599 Indigo

📋 copy color: '#621599'

red 98 ◦ green 21 ◦ blue 153

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

Shades of Indigo #621599

Tints of Indigo #621599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.72%

 BLUE value IS 153 (60.16% from 255) = 56.25%

R = 36.03%
G = 7.72%
B = 56.25%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#621599 (or 0x621599) is known color: Indigo. HEX triplet: 62, 15 and 99. RGB value is (98,21,153). Sum of RGB (Red+Green+Blue) = 98+21+153=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #621599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621599 is #9DEA66. Grayscale: #3A3A3A. Windows color (decimal): -10349159 or 10032482. OLE color: 10032482.

HSL color Cylindrical-coordinate representation of color #621599: hue angle of 275º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621599 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 21 153 -
CMYK 0.36 0.86 0 0.4
HSL 275º 0.76% 0.34% -
HSV(B) 275º 0.86% 0.6% -
XYZ 11.05 5.43 30.6 -
YUV 59.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 98 21 153 0.36 0.86 0 0.4 275 0.76 0.34
Hex 62 15 99 24 56 0 28 113 4C 22
Octal 142 25 231 44 126 0 50 423 114 42
Binary 1100010 10101 10011001 100100 1010110 0 101000 100010011 1001100 100010

Color Harmonies of #621599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621599

Black with #621599

Text Example


Text Example

White with #621599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621599; }

 p { color: rgb(98,21,153); }

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

background-color css

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

 a { background-color: rgb(98,21,153); }

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

border-color css

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

 span { border-color: rgb(98,21,153); }

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