Html Css Color HEX #581398 Indigo

📋 copy color: '#581398'

red 88 ◦ green 19 ◦ blue 152

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

Shades of Indigo #581398

Tints of Indigo #581398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.34%

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

R = 33.98%
G = 7.34%
B = 58.69%

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

#581398 (or 0x581398) is known color: Indigo. HEX triplet: 58, 13 and 98. RGB value is (88,19,152). Sum of RGB (Red+Green+Blue) = 88+19+152=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #581398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581398 is #A7EC67. Grayscale: #363636. Windows color (decimal): -11005032 or 9966424. OLE color: 9966424.

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

Color convert

RGB 88 19 152 -
CMYK 0.42 0.87 0 0.40
HSL 271.13º 0.78% 0.34% -
HSV(B) 271.13º 0.88% 0.6% -
XYZ 9.92 4.81 30.11 -
YUV 54.79 182.86 151.69 -
System Red Green Blue C M Y K H S L
Decimal 88 19 152 0.42 0.87 0 0.40 271.13 0.78 0.34
Hex 58 13 98 2A 57 0 28 10F 4E 22
Octal 130 23 230 52 127 0 50 417 116 42
Binary 1011000 10011 10011000 101010 1010111 0 101000 100001111 1001110 100010

Color Harmonies of #581398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581398

Black with #581398

Text Example


Text Example

White with #581398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581398; }

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

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

background-color css

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

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

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

border-color css

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

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

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