Html Css Color HEX #580072 Indigo

📋 copy color: '#580072'

red 88 ◦ green 0 ◦ blue 114

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

Shades of Indigo #580072

Tints of Indigo #580072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 114 (44.92% from 255) = 56.44%

R = 43.56%
G = 0%
B = 56.44%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#580072 (or 0x580072) is known color: Indigo. HEX triplet: 58, 00 and 72. RGB value is (88,0,114). Sum of RGB (Red+Green+Blue) = 88+0+114=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #580072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580072 is #A7FF8D. Grayscale: #262626. Windows color (decimal): -11009934 or 7471192. OLE color: 7471192.

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

Color convert

RGB 88 0 114 -
CMYK 0.23 1 0 0.55
HSL 286.32º 1% 0.22% -
HSV(B) 286.32º 1% 0.45% -
XYZ 7.06 3.29 16.18 -
YUV 39.31 170.15 162.73 -
System Red Green Blue C M Y K H S L
Decimal 88 0 114 0.23 1 0 0.55 286.32 1 0.22
Hex 58 0 72 17 64 0 37 11E 64 16
Octal 130 0 162 27 144 0 67 436 144 26
Binary 1011000 0 1110010 10111 1100100 0 110111 100011110 1100100 10110

Color Harmonies of #580072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580072

Black with #580072

Text Example


Text Example

White with #580072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580072; }

 p { color: rgb(88,0,114); }

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

background-color css

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

 a { background-color: rgb(88,0,114); }

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

border-color css

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

 span { border-color: rgb(88,0,114); }

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