Html Css Color HEX #581498 Indigo

📋 copy color: '#581498'

red 88 ◦ green 20 ◦ blue 152

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

Shades of Indigo #581498

Tints of Indigo #581498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

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

R = 33.85%
G = 7.69%
B = 58.46%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#581498 (or 0x581498) is known color: Indigo. HEX triplet: 58, 14 and 98. RGB value is (88,20,152). Sum of RGB (Red+Green+Blue) = 88+20+152=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #581498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581498 is #A7EB67. Grayscale: #363636. Windows color (decimal): -11004776 or 9966680. OLE color: 9966680.

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

Color convert

RGB 88 20 152 -
CMYK 0.42 0.87 0 0.40
HSL 270.91º 0.77% 0.34% -
HSV(B) 270.91º 0.87% 0.6% -
XYZ 9.94 4.84 30.12 -
YUV 55.38 182.53 151.27 -
System Red Green Blue C M Y K H S L
Decimal 88 20 152 0.42 0.87 0 0.40 270.91 0.77 0.34
Hex 58 14 98 2A 57 0 28 10F 4D 22
Octal 130 24 230 52 127 0 50 417 115 42
Binary 1011000 10100 10011000 101010 1010111 0 101000 100001111 1001101 100010

Color Harmonies of #581498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581498

Black with #581498

Text Example


Text Example

White with #581498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581498; }

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

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

background-color css

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

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

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

border-color css

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

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

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