Html Css Color HEX #580195 Indigo

📋 copy color: '#580195'

red 88 ◦ green 1 ◦ blue 149

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

Shades of Indigo #580195

Tints of Indigo #580195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 149 (58.59% from 255) = 62.61%

R = 36.97%
G = 0.42%
B = 62.61%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#580195 (or 0x580195) is known color: Indigo. HEX triplet: 58, 01 and 95. RGB value is (88,1,149). Sum of RGB (Red+Green+Blue) = 88+1+149=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #580195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580195 is #A7FE6A. Grayscale: #2B2B2B. Windows color (decimal): -11009643 or 9765208. OLE color: 9765208.

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

Color convert

RGB 88 1 149 -
CMYK 0.41 0.99 0 0.42
HSL 275.27º 0.99% 0.29% -
HSV(B) 275.27º 0.99% 0.58% -
XYZ 9.46 4.27 28.76 -
YUV 43.89 187.32 159.47 -
System Red Green Blue C M Y K H S L
Decimal 88 1 149 0.41 0.99 0 0.42 275.27 0.99 0.29
Hex 58 1 95 29 63 0 2A 113 63 1D
Octal 130 1 225 51 143 0 52 423 143 35
Binary 1011000 1 10010101 101001 1100011 0 101010 100010011 1100011 11101

Color Harmonies of #580195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580195

Black with #580195

Text Example


Text Example

White with #580195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580195; }

 p { color: rgb(88,1,149); }

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

background-color css

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

 a { background-color: rgb(88,1,149); }

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

border-color css

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

 span { border-color: rgb(88,1,149); }

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