Html Css Color HEX #621982 Indigo

📋 copy color: '#621982'

red 98 ◦ green 25 ◦ blue 130

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

Shades of Indigo #621982

Tints of Indigo #621982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.88%

 BLUE value IS 130 (51.17% from 255) = 51.38%

R = 38.74%
G = 9.88%
B = 51.38%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#621982 (or 0x621982) is known color: Indigo. HEX triplet: 62, 19 and 82. RGB value is (98,25,130). Sum of RGB (Red+Green+Blue) = 98+25+130=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #621982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621982 is #9DE67D. Grayscale: #3A3A3A. Windows color (decimal): -10348158 or 8526178. OLE color: 8526178.

HSL color Cylindrical-coordinate representation of color #621982: hue angle of 281.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621982 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 25 130 -
CMYK 0.25 0.81 0 0.49
HSL 281.71º 0.68% 0.3% -
HSV(B) 281.71º 0.81% 0.51% -
XYZ 9.41 4.9 21.57 -
YUV 58.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 98 25 130 0.25 0.81 0 0.49 281.71 0.68 0.3
Hex 62 19 82 19 51 0 31 11A 44 1E
Octal 142 31 202 31 121 0 61 432 104 36
Binary 1100010 11001 10000010 11001 1010001 0 110001 100011010 1000100 11110

Color Harmonies of #621982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621982

Black with #621982

Text Example


Text Example

White with #621982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621982; }

 p { color: rgb(98,25,130); }

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

background-color css

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

 a { background-color: rgb(98,25,130); }

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

border-color css

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

 span { border-color: rgb(98,25,130); }

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