Html Css Color HEX #580892 Indigo

📋 copy color: '#580892'

red 88 ◦ green 8 ◦ blue 146

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

Shades of Indigo #580892

Tints of Indigo #580892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.31%

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

R = 36.36%
G = 3.31%
B = 60.33%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#580892 (or 0x580892) is known color: Indigo. HEX triplet: 58, 08 and 92. RGB value is (88,8,146). Sum of RGB (Red+Green+Blue) = 88+8+146=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #580892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580892 is #A7F76D. Grayscale: #2F2F2F. Windows color (decimal): -11007854 or 9570392. OLE color: 9570392.

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

Color convert

RGB 88 8 146 -
CMYK 0.40 0.95 0 0.43
HSL 274.78º 0.9% 0.3% -
HSV(B) 274.78º 0.95% 0.57% -
XYZ 9.3 4.32 27.54 -
YUV 47.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 88 8 146 0.40 0.95 0 0.43 274.78 0.9 0.3
Hex 58 8 92 28 5F 0 2B 113 5A 1E
Octal 130 10 222 50 137 0 53 423 132 36
Binary 1011000 1000 10010010 101000 1011111 0 101011 100010011 1011010 11110

Color Harmonies of #580892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580892

Black with #580892

Text Example


Text Example

White with #580892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580892; }

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

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

background-color css

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

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

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

border-color css

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

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

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