Html Css Color HEX #580198 Indigo

📋 copy color: '#580198'

red 88 ◦ green 1 ◦ blue 152

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

Shades of Indigo #580198

Tints of Indigo #580198

RGB

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

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

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

R = 36.51%
G = 0.41%
B = 63.07%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#580198 (or 0x580198) is known color: Indigo. HEX triplet: 58, 01 and 98. RGB value is (88,1,152). Sum of RGB (Red+Green+Blue) = 88+1+152=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #580198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580198 is #A7FE67. Grayscale: #2B2B2B. Windows color (decimal): -11009640 or 9961816. OLE color: 9961816.

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

Color convert

RGB 88 1 152 -
CMYK 0.42 0.99 0 0.40
HSL 274.57º 0.99% 0.3% -
HSV(B) 274.57º 0.99% 0.6% -
XYZ 9.7 4.36 30.04 -
YUV 44.23 188.82 159.22 -
System Red Green Blue C M Y K H S L
Decimal 88 1 152 0.42 0.99 0 0.40 274.57 0.99 0.3
Hex 58 1 98 2A 63 0 28 113 63 1E
Octal 130 1 230 52 143 0 50 423 143 36
Binary 1011000 1 10011000 101010 1100011 0 101000 100010011 1100011 11110

Color Harmonies of #580198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580198

Black with #580198

Text Example


Text Example

White with #580198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580198; }

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

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

background-color css

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

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

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

border-color css

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

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

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