Html Css Color HEX #580273 Indigo

📋 copy color: '#580273'

red 88 ◦ green 2 ◦ blue 115

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

Shades of Indigo #580273

Tints of Indigo #580273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.1%

R = 42.93%
G = 0.98%
B = 56.1%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#580273 (or 0x580273) is known color: Indigo. HEX triplet: 58, 02 and 73. RGB value is (88,2,115). Sum of RGB (Red+Green+Blue) = 88+2+115=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #580273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580273 is #A7FD8C. Grayscale: #282828. Windows color (decimal): -11009421 or 7537240. OLE color: 7537240.

HSL color Cylindrical-coordinate representation of color #580273: hue angle of 285.66º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580273 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 2 115 -
CMYK 0.23 0.98 0 0.55
HSL 285.66º 0.97% 0.23% -
HSV(B) 285.66º 0.98% 0.45% -
XYZ 7.14 3.36 16.49 -
YUV 40.6 169.99 161.81 -
System Red Green Blue C M Y K H S L
Decimal 88 2 115 0.23 0.98 0 0.55 285.66 0.97 0.23
Hex 58 2 73 17 62 0 37 11E 61 17
Octal 130 2 163 27 142 0 67 436 141 27
Binary 1011000 10 1110011 10111 1100010 0 110111 100011110 1100001 10111

Color Harmonies of #580273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580273

Black with #580273

Text Example


Text Example

White with #580273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580273; }

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

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

background-color css

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

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

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

border-color css

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

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

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