Html Css Color HEX #580668 Indigo

📋 copy color: '#580668'

red 88 ◦ green 6 ◦ blue 104

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

Shades of Indigo #580668

Tints of Indigo #580668

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.03%

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

R = 44.44%
G = 3.03%
B = 52.53%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#580668 (or 0x580668) is known color: Indigo. HEX triplet: 58, 06 and 68. RGB value is (88,6,104). Sum of RGB (Red+Green+Blue) = 88+6+104=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #580668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580668 is #A7F997. Grayscale: #292929. Windows color (decimal): -11008408 or 6817368. OLE color: 6817368.

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

Color convert

RGB 88 6 104 -
CMYK 0.15 0.94 0 0.59
HSL 290.2º 0.89% 0.22% -
HSV(B) 290.2º 0.94% 0.41% -
XYZ 6.59 3.2 13.37 -
YUV 41.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 88 6 104 0.15 0.94 0 0.59 290.2 0.89 0.22
Hex 58 6 68 F 5E 0 3B 122 59 16
Octal 130 6 150 17 136 0 73 442 131 26
Binary 1011000 110 1101000 1111 1011110 0 111011 100100010 1011001 10110

Color Harmonies of #580668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580668

Black with #580668

Text Example


Text Example

White with #580668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580668; }

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

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

background-color css

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

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

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

border-color css

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

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

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