Html Css Color HEX #580698 Indigo

📋 copy color: '#580698'

red 88 ◦ green 6 ◦ blue 152

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

Shades of Indigo #580698

Tints of Indigo #580698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 61.79%

R = 35.77%
G = 2.44%
B = 61.79%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#580698 (or 0x580698) is known color: Indigo. HEX triplet: 58, 06 and 98. RGB value is (88,6,152). Sum of RGB (Red+Green+Blue) = 88+6+152=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #580698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580698 is #A7F967. Grayscale: #2E2E2E. Windows color (decimal): -11008360 or 9963096. OLE color: 9963096.

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

Color convert

RGB 88 6 152 -
CMYK 0.42 0.96 0 0.40
HSL 273.7º 0.92% 0.31% -
HSV(B) 273.7º 0.96% 0.6% -
XYZ 9.76 4.47 30.05 -
YUV 47.16 187.17 157.13 -
System Red Green Blue C M Y K H S L
Decimal 88 6 152 0.42 0.96 0 0.40 273.7 0.92 0.31
Hex 58 6 98 2A 60 0 28 112 5C 1F
Octal 130 6 230 52 140 0 50 422 134 37
Binary 1011000 110 10011000 101010 1100000 0 101000 100010010 1011100 11111

Color Harmonies of #580698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580698

Black with #580698

Text Example


Text Example

White with #580698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580698; }

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

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

background-color css

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

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

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

border-color css

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

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

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