Html Css Color HEX #580793 Indigo

📋 copy color: '#580793'

red 88 ◦ green 7 ◦ blue 147

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

Shades of Indigo #580793

Tints of Indigo #580793

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

 BLUE value IS 147 (57.81% from 255) = 60.74%

R = 36.36%
G = 2.89%
B = 60.74%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#580793 (or 0x580793) is known color: Indigo. HEX triplet: 58, 07 and 93. RGB value is (88,7,147). Sum of RGB (Red+Green+Blue) = 88+7+147=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #580793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580793 is #A7F86C. Grayscale: #2E2E2E. Windows color (decimal): -11008109 or 9635672. OLE color: 9635672.

HSL color Cylindrical-coordinate representation of color #580793: hue angle of 274.71º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580793 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 7 147 -
CMYK 0.40 0.95 0 0.42
HSL 274.71º 0.91% 0.3% -
HSV(B) 274.71º 0.95% 0.58% -
XYZ 9.37 4.33 27.95 -
YUV 47.18 184.34 157.12 -
System Red Green Blue C M Y K H S L
Decimal 88 7 147 0.40 0.95 0 0.42 274.71 0.91 0.3
Hex 58 7 93 28 5F 0 2A 113 5B 1E
Octal 130 7 223 50 137 0 52 423 133 36
Binary 1011000 111 10010011 101000 1011111 0 101010 100010011 1011011 11110

Color Harmonies of #580793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580793

Black with #580793

Text Example


Text Example

White with #580793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580793; }

 p { color: rgb(88,7,147); }

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

background-color css

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

 a { background-color: rgb(88,7,147); }

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

border-color css

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

 span { border-color: rgb(88,7,147); }

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