Html Css Color HEX #580192 Indigo

📋 copy color: '#580192'

red 88 ◦ green 1 ◦ blue 146

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

Shades of Indigo #580192

Tints of Indigo #580192

RGB

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

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

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

R = 37.45%
G = 0.43%
B = 62.13%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#580192 (or 0x580192) is known color: Indigo. HEX triplet: 58, 01 and 92. RGB value is (88,1,146). Sum of RGB (Red+Green+Blue) = 88+1+146=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #580192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580192 is #A7FE6D. Grayscale: #2B2B2B. Windows color (decimal): -11009646 or 9568600. OLE color: 9568600.

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

Color convert

RGB 88 1 146 -
CMYK 0.40 0.99 0 0.43
HSL 276º 0.99% 0.29% -
HSV(B) 276º 0.99% 0.57% -
XYZ 9.22 4.17 27.51 -
YUV 43.54 185.82 159.71 -
System Red Green Blue C M Y K H S L
Decimal 88 1 146 0.40 0.99 0 0.43 276 0.99 0.29
Hex 58 1 92 28 63 0 2B 114 63 1D
Octal 130 1 222 50 143 0 53 424 143 35
Binary 1011000 1 10010010 101000 1100011 0 101011 100010100 1100011 11101

Color Harmonies of #580192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580192

Black with #580192

Text Example


Text Example

White with #580192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580192; }

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

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

background-color css

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

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

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

border-color css

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

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

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