Html Css Color HEX #621484 Indigo

📋 copy color: '#621484'

red 98 ◦ green 20 ◦ blue 132

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

Shades of Indigo #621484

Tints of Indigo #621484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8%

 BLUE value IS 132 (51.95% from 255) = 52.8%

R = 39.2%
G = 8%
B = 52.8%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#621484 (or 0x621484) is known color: Indigo. HEX triplet: 62, 14 and 84. RGB value is (98,20,132). Sum of RGB (Red+Green+Blue) = 98+20+132=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #621484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621484 is #9DEB7B. Grayscale: #373737. Windows color (decimal): -10349436 or 8655970. OLE color: 8655970.

HSL color Cylindrical-coordinate representation of color #621484: hue angle of 281.79º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621484 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 20 132 -
CMYK 0.26 0.85 0 0.48
HSL 281.79º 0.74% 0.3% -
HSV(B) 281.79º 0.85% 0.52% -
XYZ 9.45 4.76 22.25 -
YUV 56.09 170.84 157.89 -
System Red Green Blue C M Y K H S L
Decimal 98 20 132 0.26 0.85 0 0.48 281.79 0.74 0.3
Hex 62 14 84 1A 55 0 30 11A 4A 1E
Octal 142 24 204 32 125 0 60 432 112 36
Binary 1100010 10100 10000100 11010 1010101 0 110000 100011010 1001010 11110

Color Harmonies of #621484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621484

Black with #621484

Text Example


Text Example

White with #621484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621484; }

 p { color: rgb(98,20,132); }

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

background-color css

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

 a { background-color: rgb(98,20,132); }

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

border-color css

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

 span { border-color: rgb(98,20,132); }

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