Html Css Color HEX #621598 Indigo

📋 copy color: '#621598'

red 98 ◦ green 21 ◦ blue 152

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

Shades of Indigo #621598

Tints of Indigo #621598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.09%

R = 36.16%
G = 7.75%
B = 56.09%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#621598 (or 0x621598) is known color: Indigo. HEX triplet: 62, 15 and 98. RGB value is (98,21,152). Sum of RGB (Red+Green+Blue) = 98+21+152=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #621598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621598 is #9DEA67. Grayscale: #3A3A3A. Windows color (decimal): -10349160 or 9966946. OLE color: 9966946.

HSL color Cylindrical-coordinate representation of color #621598: hue angle of 275.27º 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 #621598 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 21 152 -
CMYK 0.36 0.86 0 0.40
HSL 275.27º 0.76% 0.34% -
HSV(B) 275.27º 0.86% 0.6% -
XYZ 10.97 5.4 30.17 -
YUV 58.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 98 21 152 0.36 0.86 0 0.40 275.27 0.76 0.34
Hex 62 15 98 24 56 0 28 113 4C 22
Octal 142 25 230 44 126 0 50 423 114 42
Binary 1100010 10101 10011000 100100 1010110 0 101000 100010011 1001100 100010

Color Harmonies of #621598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621598

Black with #621598

Text Example


Text Example

White with #621598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621598; }

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

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

background-color css

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

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

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

border-color css

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

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

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