Html Css Color HEX #621584 Indigo

📋 copy color: '#621584'

red 98 ◦ green 21 ◦ blue 132

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

Shades of Indigo #621584

Tints of Indigo #621584

RGB

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

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

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

R = 39.04%
G = 8.37%
B = 52.59%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#621584 (or 0x621584) is known color: Indigo. HEX triplet: 62, 15 and 84. RGB value is (98,21,132). Sum of RGB (Red+Green+Blue) = 98+21+132=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #621584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621584 is #9DEA7B. Grayscale: #383838. Windows color (decimal): -10349180 or 8656226. OLE color: 8656226.

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

Color convert

RGB 98 21 132 -
CMYK 0.26 0.84 0 0.48
HSL 281.62º 0.73% 0.3% -
HSV(B) 281.62º 0.84% 0.52% -
XYZ 9.47 4.8 22.26 -
YUV 56.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 98 21 132 0.26 0.84 0 0.48 281.62 0.73 0.3
Hex 62 15 84 1A 54 0 30 11A 49 1E
Octal 142 25 204 32 124 0 60 432 111 36
Binary 1100010 10101 10000100 11010 1010100 0 110000 100011010 1001001 11110

Color Harmonies of #621584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621584

Black with #621584

Text Example


Text Example

White with #621584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621584; }

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

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

background-color css

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

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

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

border-color css

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

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

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