Html Css Color HEX #580163 Indigo

📋 copy color: '#580163'

red 88 ◦ green 1 ◦ blue 99

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

Shades of Indigo #580163

Tints of Indigo #580163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 46.81%
G = 0.53%
B = 52.66%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#580163 (or 0x580163) is known color: Indigo. HEX triplet: 58, 01 and 63. RGB value is (88,1,99). Sum of RGB (Red+Green+Blue) = 88+1+99=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #580163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580163 is #A7FE9C. Grayscale: #252525. Windows color (decimal): -11009693 or 6488408. OLE color: 6488408.

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

Color convert

RGB 88 1 99 -
CMYK 0.11 0.99 0 0.61
HSL 293.27º 0.98% 0.2% -
HSV(B) 293.27º 0.99% 0.39% -
XYZ 6.29 3 12.05 -
YUV 38.19 162.32 163.53 -
System Red Green Blue C M Y K H S L
Decimal 88 1 99 0.11 0.99 0 0.61 293.27 0.98 0.2
Hex 58 1 63 B 63 0 3D 125 62 14
Octal 130 1 143 13 143 0 75 445 142 24
Binary 1011000 1 1100011 1011 1100011 0 111101 100100101 1100010 10100

Color Harmonies of #580163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580163

Black with #580163

Text Example


Text Example

White with #580163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580163; }

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

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

background-color css

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

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

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

border-color css

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

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

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