Html Css Color HEX #580492 Indigo

📋 copy color: '#580492'

red 88 ◦ green 4 ◦ blue 146

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

Shades of Indigo #580492

Tints of Indigo #580492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

 BLUE value IS 146 (57.42% from 255) = 61.34%

R = 36.97%
G = 1.68%
B = 61.34%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#580492 (or 0x580492) is known color: Indigo. HEX triplet: 58, 04 and 92. RGB value is (88,4,146). Sum of RGB (Red+Green+Blue) = 88+4+146=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #580492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580492 is #A7FB6D. Grayscale: #2C2C2C. Windows color (decimal): -11008878 or 9569368. OLE color: 9569368.

HSL color Cylindrical-coordinate representation of color #580492: hue angle of 275.49º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580492 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 4 146 -
CMYK 0.40 0.97 0 0.43
HSL 275.49º 0.95% 0.29% -
HSV(B) 275.49º 0.97% 0.57% -
XYZ 9.26 4.24 27.52 -
YUV 45.3 184.83 158.45 -
System Red Green Blue C M Y K H S L
Decimal 88 4 146 0.40 0.97 0 0.43 275.49 0.95 0.29
Hex 58 4 92 28 61 0 2B 113 5F 1D
Octal 130 4 222 50 141 0 53 423 137 35
Binary 1011000 100 10010010 101000 1100001 0 101011 100010011 1011111 11101

Color Harmonies of #580492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580492

Black with #580492

Text Example


Text Example

White with #580492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580492; }

 p { color: rgb(88,4,146); }

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

background-color css

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

 a { background-color: rgb(88,4,146); }

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

border-color css

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

 span { border-color: rgb(88,4,146); }

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