Html Css Color HEX #621095 Indigo

📋 copy color: '#621095'

red 98 ◦ green 16 ◦ blue 149

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

Shades of Indigo #621095

Tints of Indigo #621095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

 BLUE value IS 149 (58.59% from 255) = 56.65%

R = 37.26%
G = 6.08%
B = 56.65%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#621095 (or 0x621095) is known color: Indigo. HEX triplet: 62, 10 and 95. RGB value is (98,16,149). Sum of RGB (Red+Green+Blue) = 98+16+149=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #621095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621095 is #9DEF6A. Grayscale: #373737. Windows color (decimal): -10350443 or 9769058. OLE color: 9769058.

HSL color Cylindrical-coordinate representation of color #621095: hue angle of 276.99º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #621095 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 16 149 -
CMYK 0.34 0.89 0 0.42
HSL 276.99º 0.81% 0.32% -
HSV(B) 276.99º 0.89% 0.58% -
XYZ 10.65 5.14 28.86 -
YUV 55.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 98 16 149 0.34 0.89 0 0.42 276.99 0.81 0.32
Hex 62 10 95 22 59 0 2A 115 51 20
Octal 142 20 225 42 131 0 52 425 121 40
Binary 1100010 10000 10010101 100010 1011001 0 101010 100010101 1010001 100000

Color Harmonies of #621095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621095

Black with #621095

Text Example


Text Example

White with #621095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621095; }

 p { color: rgb(98,16,149); }

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

background-color css

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

 a { background-color: rgb(98,16,149); }

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

border-color css

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

 span { border-color: rgb(98,16,149); }

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