Html Css Color HEX #580463 Indigo

📋 copy color: '#580463'

red 88 ◦ green 4 ◦ blue 99

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

Shades of Indigo #580463

Tints of Indigo #580463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.09%

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

R = 46.07%
G = 2.09%
B = 51.83%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#580463 (or 0x580463) is known color: Indigo. HEX triplet: 58, 04 and 63. RGB value is (88,4,99). Sum of RGB (Red+Green+Blue) = 88+4+99=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #580463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580463 is #A7FB9C. Grayscale: #272727. Windows color (decimal): -11008925 or 6489176. OLE color: 6489176.

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

Color convert

RGB 88 4 99 -
CMYK 0.11 0.96 0 0.61
HSL 293.05º 0.92% 0.2% -
HSV(B) 293.05º 0.96% 0.39% -
XYZ 6.32 3.06 12.06 -
YUV 39.95 161.33 162.28 -
System Red Green Blue C M Y K H S L
Decimal 88 4 99 0.11 0.96 0 0.61 293.05 0.92 0.2
Hex 58 4 63 B 60 0 3D 125 5C 14
Octal 130 4 143 13 140 0 75 445 134 24
Binary 1011000 100 1100011 1011 1100000 0 111101 100100101 1011100 10100

Color Harmonies of #580463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580463

Black with #580463

Text Example


Text Example

White with #580463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580463; }

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

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

background-color css

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

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

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

border-color css

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

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

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