Html Css Color HEX #580785 Indigo

📋 copy color: '#580785'

red 88 ◦ green 7 ◦ blue 133

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

Shades of Indigo #580785

Tints of Indigo #580785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 58.33%

R = 38.6%
G = 3.07%
B = 58.33%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#580785 (or 0x580785) is known color: Indigo. HEX triplet: 58, 07 and 85. RGB value is (88,7,133). Sum of RGB (Red+Green+Blue) = 88+7+133=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #580785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580785 is #A7F87A. Grayscale: #2D2D2D. Windows color (decimal): -11008123 or 8718168. OLE color: 8718168.

HSL color Cylindrical-coordinate representation of color #580785: hue angle of 278.57º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580785 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 7 133 -
CMYK 0.34 0.95 0 0.48
HSL 278.57º 0.9% 0.27% -
HSV(B) 278.57º 0.95% 0.52% -
XYZ 8.33 3.92 22.51 -
YUV 45.58 177.34 158.25 -
System Red Green Blue C M Y K H S L
Decimal 88 7 133 0.34 0.95 0 0.48 278.57 0.9 0.27
Hex 58 7 85 22 5F 0 30 117 5A 1B
Octal 130 7 205 42 137 0 60 427 132 33
Binary 1011000 111 10000101 100010 1011111 0 110000 100010111 1011010 11011

Color Harmonies of #580785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580785

Black with #580785

Text Example


Text Example

White with #580785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580785; }

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

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

background-color css

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

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

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

border-color css

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

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

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