Html Css Color HEX #62018B Indigo

📋 copy color: '#62018B'

red 98 ◦ green 1 ◦ blue 139

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

Shades of Indigo #62018B

Tints of Indigo #62018B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 58.4%

R = 41.18%
G = 0.42%
B = 58.4%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62018B (or 0x62018B) is known color: Indigo. HEX triplet: 62, 01 and 8B. RGB value is (98,1,139). Sum of RGB (Red+Green+Blue) = 98+1+139=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #62018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62018B is #9DFE74. Grayscale: #2D2D2D. Windows color (decimal): -10354293 or 9109858. OLE color: 9109858.

HSL color Cylindrical-coordinate representation of color #62018B: hue angle of 282.17º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62018B is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 1 139 -
CMYK 0.29 0.99 0 0.45
HSL 282.17º 0.99% 0.27% -
HSV(B) 282.17º 0.99% 0.55% -
XYZ 9.71 4.48 24.78 -
YUV 45.74 180.64 165.28 -
System Red Green Blue C M Y K H S L
Decimal 98 1 139 0.29 0.99 0 0.45 282.17 0.99 0.27
Hex 62 1 8B 1D 63 0 2D 11A 63 1B
Octal 142 1 213 35 143 0 55 432 143 33
Binary 1100010 1 10001011 11101 1100011 0 101101 100011010 1100011 11011

Color Harmonies of #62018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62018B

Black with #62018B

Text Example


Text Example

White with #62018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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