Html Css Color HEX #62028D Indigo

📋 copy color: '#62028D'

red 98 ◦ green 2 ◦ blue 141

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

Shades of Indigo #62028D

Tints of Indigo #62028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 40.66%
G = 0.83%
B = 58.51%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62028D (or 0x62028D) is known color: Indigo. HEX triplet: 62, 02 and 8D. RGB value is (98,2,141). Sum of RGB (Red+Green+Blue) = 98+2+141=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #62028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62028D is #9DFD72. Grayscale: #2E2E2E. Windows color (decimal): -10354035 or 9241186. OLE color: 9241186.

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

Color convert

RGB 98 2 141 -
CMYK 0.30 0.99 0 0.45
HSL 281.44º 0.97% 0.28% -
HSV(B) 281.44º 0.99% 0.55% -
XYZ 9.87 4.56 25.56 -
YUV 46.55 181.3 164.7 -
System Red Green Blue C M Y K H S L
Decimal 98 2 141 0.30 0.99 0 0.45 281.44 0.97 0.28
Hex 62 2 8D 1E 63 0 2D 119 61 1C
Octal 142 2 215 36 143 0 55 431 141 34
Binary 1100010 10 10001101 11110 1100011 0 101101 100011001 1100001 11100

Color Harmonies of #62028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62028D

Black with #62028D

Text Example


Text Example

White with #62028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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