Html Css Color HEX #580363 Indigo

📋 copy color: '#580363'

red 88 ◦ green 3 ◦ blue 99

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

Shades of Indigo #580363

Tints of Indigo #580363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

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

R = 46.32%
G = 1.58%
B = 52.11%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#580363 (or 0x580363) is known color: Indigo. HEX triplet: 58, 03 and 63. RGB value is (88,3,99). Sum of RGB (Red+Green+Blue) = 88+3+99=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #580363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580363 is #A7FC9C. Grayscale: #272727. Windows color (decimal): -11009181 or 6488920. OLE color: 6488920.

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

Color convert

RGB 88 3 99 -
CMYK 0.11 0.97 0 0.61
HSL 293.13º 0.94% 0.2% -
HSV(B) 293.13º 0.97% 0.39% -
XYZ 6.31 3.04 12.06 -
YUV 39.36 161.66 162.69 -
System Red Green Blue C M Y K H S L
Decimal 88 3 99 0.11 0.97 0 0.61 293.13 0.94 0.2
Hex 58 3 63 B 61 0 3D 125 5E 14
Octal 130 3 143 13 141 0 75 445 136 24
Binary 1011000 11 1100011 1011 1100001 0 111101 100100101 1011110 10100

Color Harmonies of #580363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580363

Black with #580363

Text Example


Text Example

White with #580363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580363; }

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

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

background-color css

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

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

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

border-color css

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

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

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