Html Css Color HEX #580062 Indigo

📋 copy color: '#580062'

red 88 ◦ green 0 ◦ blue 98

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

Shades of Indigo #580062

Tints of Indigo #580062

RGB

 RED value IS 88 (34.77% from 255) = 47.31%

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

 BLUE value IS 98 (38.67% from 255) = 52.69%

R = 47.31%
G = 0%
B = 52.69%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#580062 (or 0x580062) is known color: Indigo. HEX triplet: 58, 00 and 62. RGB value is (88,0,98). Sum of RGB (Red+Green+Blue) = 88+0+98=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #580062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580062 is #A7FF9D. Grayscale: #252525. Windows color (decimal): -11009950 or 6422616. OLE color: 6422616.

HSL color Cylindrical-coordinate representation of color #580062: hue angle of 293.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580062 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 0 98 -
CMYK 0.10 1 0 0.62
HSL 293.88º 1% 0.19% -
HSV(B) 293.88º 1% 0.38% -
XYZ 6.23 2.96 11.8 -
YUV 37.48 162.15 164.03 -
System Red Green Blue C M Y K H S L
Decimal 88 0 98 0.10 1 0 0.62 293.88 1 0.19
Hex 58 0 62 A 64 0 3E 126 64 13
Octal 130 0 142 12 144 0 76 446 144 23
Binary 1011000 0 1100010 1010 1100100 0 111110 100100110 1100100 10011

Color Harmonies of #580062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580062

Black with #580062

Text Example


Text Example

White with #580062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580062; }

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

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

background-color css

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

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

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

border-color css

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

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

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