Html Css Color HEX #621086 Indigo

📋 copy color: '#621086'

red 98 ◦ green 16 ◦ blue 134

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

Shades of Indigo #621086

Tints of Indigo #621086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 54.03%

R = 39.52%
G = 6.45%
B = 54.03%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#621086 (or 0x621086) is known color: Indigo. HEX triplet: 62, 10 and 86. RGB value is (98,16,134). Sum of RGB (Red+Green+Blue) = 98+16+134=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #621086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621086 is #9DEF79. Grayscale: #353535. Windows color (decimal): -10350458 or 8786018. OLE color: 8786018.

HSL color Cylindrical-coordinate representation of color #621086: hue angle of 281.69º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621086 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 16 134 -
CMYK 0.27 0.88 0 0.47
HSL 281.69º 0.79% 0.29% -
HSV(B) 281.69º 0.88% 0.53% -
XYZ 9.53 4.69 22.96 -
YUV 53.97 173.17 159.41 -
System Red Green Blue C M Y K H S L
Decimal 98 16 134 0.27 0.88 0 0.47 281.69 0.79 0.29
Hex 62 10 86 1B 58 0 2F 11A 4F 1D
Octal 142 20 206 33 130 0 57 432 117 35
Binary 1100010 10000 10000110 11011 1011000 0 101111 100011010 1001111 11101

Color Harmonies of #621086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621086

Black with #621086

Text Example


Text Example

White with #621086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621086; }

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

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

background-color css

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

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

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

border-color css

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

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

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