Html Css Color HEX #581998 Indigo

📋 copy color: '#581998'

red 88 ◦ green 25 ◦ blue 152

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

Shades of Indigo #581998

Tints of Indigo #581998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.43%

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

R = 33.21%
G = 9.43%
B = 57.36%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#581998 (or 0x581998) is known color: Indigo. HEX triplet: 58, 19 and 98. RGB value is (88,25,152). Sum of RGB (Red+Green+Blue) = 88+25+152=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #581998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581998 is #A7E667. Grayscale: #393939. Windows color (decimal): -11003496 or 9967960. OLE color: 9967960.

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

Color convert

RGB 88 25 152 -
CMYK 0.42 0.84 0 0.40
HSL 269.76º 0.72% 0.35% -
HSV(B) 269.76º 0.84% 0.6% -
XYZ 10.04 5.04 30.15 -
YUV 58.32 180.87 149.17 -
System Red Green Blue C M Y K H S L
Decimal 88 25 152 0.42 0.84 0 0.40 269.76 0.72 0.35
Hex 58 19 98 2A 54 0 28 10E 48 23
Octal 130 31 230 52 124 0 50 416 110 43
Binary 1011000 11001 10011000 101010 1010100 0 101000 100001110 1001000 100011

Color Harmonies of #581998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581998

Black with #581998

Text Example


Text Example

White with #581998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581998; }

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

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

background-color css

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

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

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

border-color css

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

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

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