Html Css Color HEX #580568 Indigo

📋 copy color: '#580568'

red 88 ◦ green 5 ◦ blue 104

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

Shades of Indigo #580568

Tints of Indigo #580568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

 BLUE value IS 104 (41.02% from 255) = 52.79%

R = 44.67%
G = 2.54%
B = 52.79%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#580568 (or 0x580568) is known color: Indigo. HEX triplet: 58, 05 and 68. RGB value is (88,5,104). Sum of RGB (Red+Green+Blue) = 88+5+104=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #580568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580568 is #A7FA97. Grayscale: #282828. Windows color (decimal): -11008664 or 6817112. OLE color: 6817112.

HSL color Cylindrical-coordinate representation of color #580568: hue angle of 290.3º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580568 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 5 104 -
CMYK 0.15 0.95 0 0.59
HSL 290.3º 0.91% 0.21% -
HSV(B) 290.3º 0.95% 0.41% -
XYZ 6.58 3.18 13.36 -
YUV 41.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 88 5 104 0.15 0.95 0 0.59 290.3 0.91 0.21
Hex 58 5 68 F 5F 0 3B 122 5B 15
Octal 130 5 150 17 137 0 73 442 133 25
Binary 1011000 101 1101000 1111 1011111 0 111011 100100010 1011011 10101

Color Harmonies of #580568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580568

Black with #580568

Text Example


Text Example

White with #580568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580568; }

 p { color: rgb(88,5,104); }

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

background-color css

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

 a { background-color: rgb(88,5,104); }

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

border-color css

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

 span { border-color: rgb(88,5,104); }

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