Html Css Color HEX #580694 Indigo

📋 copy color: '#580694'

red 88 ◦ green 6 ◦ blue 148

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

Shades of Indigo #580694

Tints of Indigo #580694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.16%

R = 36.36%
G = 2.48%
B = 61.16%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#580694 (or 0x580694) is known color: Indigo. HEX triplet: 58, 06 and 94. RGB value is (88,6,148). Sum of RGB (Red+Green+Blue) = 88+6+148=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #580694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580694 is #A7F96B. Grayscale: #2E2E2E. Windows color (decimal): -11008364 or 9700952. OLE color: 9700952.

HSL color Cylindrical-coordinate representation of color #580694: hue angle of 274.65º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580694 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 6 148 -
CMYK 0.41 0.96 0 0.42
HSL 274.65º 0.92% 0.3% -
HSV(B) 274.65º 0.96% 0.58% -
XYZ 9.43 4.34 28.36 -
YUV 46.71 185.17 157.45 -
System Red Green Blue C M Y K H S L
Decimal 88 6 148 0.41 0.96 0 0.42 274.65 0.92 0.3
Hex 58 6 94 29 60 0 2A 113 5C 1E
Octal 130 6 224 51 140 0 52 423 134 36
Binary 1011000 110 10010100 101001 1100000 0 101010 100010011 1011100 11110

Color Harmonies of #580694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580694

Black with #580694

Text Example


Text Example

White with #580694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580694; }

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

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

background-color css

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

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

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

border-color css

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

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

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