Html Css Color HEX #62008B Indigo

📋 copy color: '#62008B'

red 98 ◦ green 0 ◦ blue 139

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

Shades of Indigo #62008B

Tints of Indigo #62008B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.35%
G = 0%
B = 58.65%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62008B (or 0x62008B) is known color: Indigo. HEX triplet: 62, 00 and 8B. RGB value is (98,0,139). Sum of RGB (Red+Green+Blue) = 98+0+139=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #62008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62008B is #9DFF74. Grayscale: #2C2C2C. Windows color (decimal): -10354549 or 9109602. OLE color: 9109602.

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

Color convert

RGB 98 0 139 -
CMYK 0.29 1 0 0.45
HSL 282.3º 1% 0.27% -
HSV(B) 282.3º 1% 0.55% -
XYZ 9.7 4.46 24.78 -
YUV 45.15 180.97 165.7 -
System Red Green Blue C M Y K H S L
Decimal 98 0 139 0.29 1 0 0.45 282.3 1 0.27
Hex 62 0 8B 1D 64 0 2D 11A 64 1B
Octal 142 0 213 35 144 0 55 432 144 33
Binary 1100010 0 10001011 11101 1100100 0 101101 100011010 1100100 11011

Color Harmonies of #62008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62008B

Black with #62008B

Text Example


Text Example

White with #62008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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