Html Css Color HEX #580767 Indigo

📋 copy color: '#580767'

red 88 ◦ green 7 ◦ blue 103

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

Shades of Indigo #580767

Tints of Indigo #580767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 52.02%

R = 44.44%
G = 3.54%
B = 52.02%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#580767 (or 0x580767) is known color: Indigo. HEX triplet: 58, 07 and 67. RGB value is (88,7,103). Sum of RGB (Red+Green+Blue) = 88+7+103=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #580767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580767 is #A7F898. Grayscale: #292929. Windows color (decimal): -11008153 or 6752088. OLE color: 6752088.

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

Color convert

RGB 88 7 103 -
CMYK 0.15 0.93 0 0.60
HSL 290.63º 0.87% 0.22% -
HSV(B) 290.63º 0.93% 0.4% -
XYZ 6.55 3.21 13.11 -
YUV 42.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 88 7 103 0.15 0.93 0 0.60 290.63 0.87 0.22
Hex 58 7 67 F 5D 0 3C 123 57 16
Octal 130 7 147 17 135 0 74 443 127 26
Binary 1011000 111 1100111 1111 1011101 0 111100 100100011 1010111 10110

Color Harmonies of #580767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580767

Black with #580767

Text Example


Text Example

White with #580767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580767; }

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

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

background-color css

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

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

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

border-color css

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

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

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