Html Css Color HEX #580768 Indigo

📋 copy color: '#580768'

red 88 ◦ green 7 ◦ blue 104

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

Shades of Indigo #580768

Tints of Indigo #580768

RGB

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

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

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

R = 44.22%
G = 3.52%
B = 52.26%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#580768 (or 0x580768) is known color: Indigo. HEX triplet: 58, 07 and 68. RGB value is (88,7,104). Sum of RGB (Red+Green+Blue) = 88+7+104=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #580768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580768 is #A7F897. Grayscale: #292929. Windows color (decimal): -11008152 or 6817624. OLE color: 6817624.

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

Color convert

RGB 88 7 104 -
CMYK 0.15 0.93 0 0.59
HSL 290.1º 0.87% 0.22% -
HSV(B) 290.1º 0.93% 0.41% -
XYZ 6.6 3.23 13.37 -
YUV 42.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 88 7 104 0.15 0.93 0 0.59 290.1 0.87 0.22
Hex 58 7 68 F 5D 0 3B 122 57 16
Octal 130 7 150 17 135 0 73 442 127 26
Binary 1011000 111 1101000 1111 1011101 0 111011 100100010 1010111 10110

Color Harmonies of #580768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580768

Black with #580768

Text Example


Text Example

White with #580768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580768; }

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

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

background-color css

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

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

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

border-color css

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

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

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