Html Css Color HEX #621291 Indigo

📋 copy color: '#621291'

red 98 ◦ green 18 ◦ blue 145

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

Shades of Indigo #621291

Tints of Indigo #621291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

 BLUE value IS 145 (57.03% from 255) = 55.56%

R = 37.55%
G = 6.9%
B = 55.56%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#621291 (or 0x621291) is known color: Indigo. HEX triplet: 62, 12 and 91. RGB value is (98,18,145). Sum of RGB (Red+Green+Blue) = 98+18+145=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #621291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621291 is #9DED6E. Grayscale: #373737. Windows color (decimal): -10349935 or 9507426. OLE color: 9507426.

HSL color Cylindrical-coordinate representation of color #621291: hue angle of 277.8º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621291 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 18 145 -
CMYK 0.32 0.88 0 0.43
HSL 277.8º 0.78% 0.32% -
HSV(B) 277.8º 0.88% 0.57% -
XYZ 10.36 5.07 27.22 -
YUV 56.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 98 18 145 0.32 0.88 0 0.43 277.8 0.78 0.32
Hex 62 12 91 20 58 0 2B 116 4E 20
Octal 142 22 221 40 130 0 53 426 116 40
Binary 1100010 10010 10010001 100000 1011000 0 101011 100010110 1001110 100000

Color Harmonies of #621291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621291

Black with #621291

Text Example


Text Example

White with #621291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621291; }

 p { color: rgb(98,18,145); }

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

background-color css

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

 a { background-color: rgb(98,18,145); }

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

border-color css

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

 span { border-color: rgb(98,18,145); }

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