Html Css Color HEX #581387 Indigo

📋 copy color: '#581387'

red 88 ◦ green 19 ◦ blue 135

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

Shades of Indigo #581387

Tints of Indigo #581387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 55.79%

R = 36.36%
G = 7.85%
B = 55.79%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#581387 (or 0x581387) is known color: Indigo. HEX triplet: 58, 13 and 87. RGB value is (88,19,135). Sum of RGB (Red+Green+Blue) = 88+19+135=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #581387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581387 is #A7EC78. Grayscale: #343434. Windows color (decimal): -11005049 or 8852312. OLE color: 8852312.

HSL color Cylindrical-coordinate representation of color #581387: hue angle of 275.69º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581387 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 19 135 -
CMYK 0.35 0.86 0 0.47
HSL 275.69º 0.75% 0.3% -
HSV(B) 275.69º 0.86% 0.53% -
XYZ 8.63 4.29 23.29 -
YUV 52.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 88 19 135 0.35 0.86 0 0.47 275.69 0.75 0.3
Hex 58 13 87 23 56 0 2F 114 4B 1E
Octal 130 23 207 43 126 0 57 424 113 36
Binary 1011000 10011 10000111 100011 1010110 0 101111 100010100 1001011 11110

Color Harmonies of #581387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581387

Black with #581387

Text Example


Text Example

White with #581387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581387; }

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

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

background-color css

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

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

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

border-color css

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

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

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