Html Css Color HEX #62018E Indigo

📋 copy color: '#62018E'

red 98 ◦ green 1 ◦ blue 142

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

Shades of Indigo #62018E

Tints of Indigo #62018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 142 (55.86% from 255) = 58.92%

R = 40.66%
G = 0.41%
B = 58.92%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#62018E (or 0x62018E) is known color: Indigo. HEX triplet: 62, 01 and 8E. RGB value is (98,1,142). Sum of RGB (Red+Green+Blue) = 98+1+142=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #62018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62018E is #9DFE71. Grayscale: #2D2D2D. Windows color (decimal): -10354290 or 9306466. OLE color: 9306466.

HSL color Cylindrical-coordinate representation of color #62018E: hue angle of 281.28º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62018E is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 1 142 -
CMYK 0.31 0.99 0 0.44
HSL 281.28º 0.99% 0.28% -
HSV(B) 281.28º 0.99% 0.56% -
XYZ 9.93 4.57 25.95 -
YUV 46.08 182.14 165.04 -
System Red Green Blue C M Y K H S L
Decimal 98 1 142 0.31 0.99 0 0.44 281.28 0.99 0.28
Hex 62 1 8E 1F 63 0 2C 119 63 1C
Octal 142 1 216 37 143 0 54 431 143 34
Binary 1100010 1 10001110 11111 1100011 0 101100 100011001 1100011 11100

Color Harmonies of #62018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62018E

Black with #62018E

Text Example


Text Example

White with #62018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62018E; }

 p { color: rgb(98,1,142); }

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

background-color css

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

 a { background-color: rgb(98,1,142); }

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

border-color css

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

 span { border-color: rgb(98,1,142); }

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