Html Css Color HEX #62098C Indigo

📋 copy color: '#62098C'

red 98 ◦ green 9 ◦ blue 140

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

Shades of Indigo #62098C

Tints of Indigo #62098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.68%

R = 39.68%
G = 3.64%
B = 56.68%

CMYK

 C value IS 0.3

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62098C (or 0x62098C) is known color: Indigo. HEX triplet: 62, 09 and 8C. RGB value is (98,9,140). Sum of RGB (Red+Green+Blue) = 98+9+140=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #62098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62098C is #9DF673. Grayscale: #323232. Windows color (decimal): -10352244 or 9177442. OLE color: 9177442.

HSL color Cylindrical-coordinate representation of color #62098C: hue angle of 280.76º 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 #62098C is Cyan = 0.3, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 9 140 -
CMYK 0.3 0.94 0 0.45
HSL 280.76º 0.88% 0.29% -
HSV(B) 280.76º 0.94% 0.55% -
XYZ 9.87 4.69 25.2 -
YUV 50.55 178.49 161.85 -
System Red Green Blue C M Y K H S L
Decimal 98 9 140 0.3 0.94 0 0.45 280.76 0.88 0.29
Hex 62 9 8C 1E 5E 0 2D 119 58 1D
Octal 142 11 214 36 136 0 55 431 130 35
Binary 1100010 1001 10001100 11110 1011110 0 101101 100011001 1011000 11101

Color Harmonies of #62098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62098C

Black with #62098C

Text Example


Text Example

White with #62098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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