Html Css Color HEX #621390 Indigo

📋 copy color: '#621390'

red 98 ◦ green 19 ◦ blue 144

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

Shades of Indigo #621390

Tints of Indigo #621390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

 BLUE value IS 144 (56.64% from 255) = 55.17%

R = 37.55%
G = 7.28%
B = 55.17%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#621390 (or 0x621390) is known color: Indigo. HEX triplet: 62, 13 and 90. RGB value is (98,19,144). Sum of RGB (Red+Green+Blue) = 98+19+144=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #621390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621390 is #9DEC6F. Grayscale: #383838. Windows color (decimal): -10349680 or 9442146. OLE color: 9442146.

HSL color Cylindrical-coordinate representation of color #621390: hue angle of 277.92º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621390 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 19 144 -
CMYK 0.32 0.87 0 0.44
HSL 277.92º 0.77% 0.32% -
HSV(B) 277.92º 0.87% 0.56% -
XYZ 10.3 5.08 26.82 -
YUV 56.87 177.17 157.34 -
System Red Green Blue C M Y K H S L
Decimal 98 19 144 0.32 0.87 0 0.44 277.92 0.77 0.32
Hex 62 13 90 20 57 0 2C 116 4D 20
Octal 142 23 220 40 127 0 54 426 115 40
Binary 1100010 10011 10010000 100000 1010111 0 101100 100010110 1001101 100000

Color Harmonies of #621390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621390

Black with #621390

Text Example


Text Example

White with #621390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621390; }

 p { color: rgb(98,19,144); }

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

background-color css

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

 a { background-color: rgb(98,19,144); }

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

border-color css

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

 span { border-color: rgb(98,19,144); }

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