Html Css Color HEX #580893 Indigo

📋 copy color: '#580893'

red 88 ◦ green 8 ◦ blue 147

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

Shades of Indigo #580893

Tints of Indigo #580893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 36.21%
G = 3.29%
B = 60.49%

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

#580893 (or 0x580893) is known color: Indigo. HEX triplet: 58, 08 and 93. RGB value is (88,8,147). Sum of RGB (Red+Green+Blue) = 88+8+147=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #580893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580893 is #A7F76C. Grayscale: #2F2F2F. Windows color (decimal): -11007853 or 9635928. OLE color: 9635928.

HSL color Cylindrical-coordinate representation of color #580893: hue angle of 274.53º degrees, saturation: 0.9, 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 #580893 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 8 147 -
CMYK 0.40 0.95 0 0.42
HSL 274.53º 0.9% 0.3% -
HSV(B) 274.53º 0.95% 0.58% -
XYZ 9.38 4.35 27.95 -
YUV 47.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 88 8 147 0.40 0.95 0 0.42 274.53 0.9 0.3
Hex 58 8 93 28 5F 0 2A 113 5A 1E
Octal 130 10 223 50 137 0 52 423 132 36
Binary 1011000 1000 10010011 101000 1011111 0 101010 100010011 1011010 11110

Color Harmonies of #580893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580893

Black with #580893

Text Example


Text Example

White with #580893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580893; }

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

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

background-color css

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

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

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

border-color css

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

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

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