Html Css Color HEX #62098D Indigo

📋 copy color: '#62098D'

red 98 ◦ green 9 ◦ blue 141

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

Shades of Indigo #62098D

Tints of Indigo #62098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.63%

 BLUE value IS 141 (55.47% from 255) = 56.85%

R = 39.52%
G = 3.63%
B = 56.85%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62098D (or 0x62098D) is known color: Indigo. HEX triplet: 62, 09 and 8D. RGB value is (98,9,141). Sum of RGB (Red+Green+Blue) = 98+9+141=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #62098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62098D is #9DF672. Grayscale: #323232. Windows color (decimal): -10352243 or 9242978. OLE color: 9242978.

HSL color Cylindrical-coordinate representation of color #62098D: hue angle of 280.45º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62098D is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 9 141 -
CMYK 0.30 0.94 0 0.45
HSL 280.45º 0.88% 0.29% -
HSV(B) 280.45º 0.94% 0.55% -
XYZ 9.94 4.72 25.59 -
YUV 50.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 98 9 141 0.30 0.94 0 0.45 280.45 0.88 0.29
Hex 62 9 8D 1E 5E 0 2D 118 58 1D
Octal 142 11 215 36 136 0 55 430 130 35
Binary 1100010 1001 10001101 11110 1011110 0 101101 100011000 1011000 11101

Color Harmonies of #62098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62098D

Black with #62098D

Text Example


Text Example

White with #62098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62098D; }

 p { color: rgb(98,9,141); }

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

background-color css

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

 a { background-color: rgb(98,9,141); }

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

border-color css

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

 span { border-color: rgb(98,9,141); }

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