Html Css Color HEX #580769 Indigo

📋 copy color: '#580769'

red 88 ◦ green 7 ◦ blue 105

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

Shades of Indigo #580769

Tints of Indigo #580769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 52.5%

R = 44%
G = 3.5%
B = 52.5%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#580769 (or 0x580769) is known color: Indigo. HEX triplet: 58, 07 and 69. RGB value is (88,7,105). Sum of RGB (Red+Green+Blue) = 88+7+105=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #580769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580769 is #A7F896. Grayscale: #2A2A2A. Windows color (decimal): -11008151 or 6883160. OLE color: 6883160.

HSL color Cylindrical-coordinate representation of color #580769: hue angle of 289.59º degrees, saturation: 0.88, 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 #580769 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 7 105 -
CMYK 0.16 0.93 0 0.59
HSL 289.59º 0.88% 0.22% -
HSV(B) 289.59º 0.93% 0.41% -
XYZ 6.65 3.25 13.64 -
YUV 42.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 88 7 105 0.16 0.93 0 0.59 289.59 0.88 0.22
Hex 58 7 69 10 5D 0 3B 122 58 16
Octal 130 7 151 20 135 0 73 442 130 26
Binary 1011000 111 1101001 10000 1011101 0 111011 100100010 1011000 10110

Color Harmonies of #580769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580769

Black with #580769

Text Example


Text Example

White with #580769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580769; }

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

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

background-color css

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

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

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

border-color css

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

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

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