Html Css Color HEX #580263 Indigo

📋 copy color: '#580263'

red 88 ◦ green 2 ◦ blue 99

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

Shades of Indigo #580263

Tints of Indigo #580263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 46.56%
G = 1.06%
B = 52.38%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#580263 (or 0x580263) is known color: Indigo. HEX triplet: 58, 02 and 63. RGB value is (88,2,99). Sum of RGB (Red+Green+Blue) = 88+2+99=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #580263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580263 is #A7FD9C. Grayscale: #262626. Windows color (decimal): -11009437 or 6488664. OLE color: 6488664.

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

Color convert

RGB 88 2 99 -
CMYK 0.11 0.98 0 0.61
HSL 293.2º 0.96% 0.2% -
HSV(B) 293.2º 0.98% 0.39% -
XYZ 6.3 3.02 12.06 -
YUV 38.77 161.99 163.11 -
System Red Green Blue C M Y K H S L
Decimal 88 2 99 0.11 0.98 0 0.61 293.2 0.96 0.2
Hex 58 2 63 B 62 0 3D 125 60 14
Octal 130 2 143 13 142 0 75 445 140 24
Binary 1011000 10 1100011 1011 1100010 0 111101 100100101 1100000 10100

Color Harmonies of #580263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580263

Black with #580263

Text Example


Text Example

White with #580263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580263; }

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

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

background-color css

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

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

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

border-color css

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

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

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