Html Css Color HEX #580063 Indigo

📋 copy color: '#580063'

red 88 ◦ green 0 ◦ blue 99

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

Shades of Indigo #580063

Tints of Indigo #580063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 52.94%

R = 47.06%
G = 0%
B = 52.94%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#580063 (or 0x580063) is known color: Indigo. HEX triplet: 58, 00 and 63. RGB value is (88,0,99). Sum of RGB (Red+Green+Blue) = 88+0+99=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #580063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580063 is #A7FF9C. Grayscale: #252525. Windows color (decimal): -11009949 or 6488152. OLE color: 6488152.

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

Color convert

RGB 88 0 99 -
CMYK 0.11 1 0 0.61
HSL 293.33º 1% 0.19% -
HSV(B) 293.33º 1% 0.39% -
XYZ 6.28 2.98 12.05 -
YUV 37.6 162.65 163.95 -
System Red Green Blue C M Y K H S L
Decimal 88 0 99 0.11 1 0 0.61 293.33 1 0.19
Hex 58 0 63 B 64 0 3D 125 64 13
Octal 130 0 143 13 144 0 75 445 144 23
Binary 1011000 0 1100011 1011 1100100 0 111101 100100101 1100100 10011

Color Harmonies of #580063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580063

Black with #580063

Text Example


Text Example

White with #580063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580063; }

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

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

background-color css

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

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

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

border-color css

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

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

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