Html Css Color HEX #581894 Indigo

📋 copy color: '#581894'

red 88 ◦ green 24 ◦ blue 148

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

Shades of Indigo #581894

Tints of Indigo #581894

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.23%

 BLUE value IS 148 (58.2% from 255) = 56.92%

R = 33.85%
G = 9.23%
B = 56.92%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#581894 (or 0x581894) is known color: Indigo. HEX triplet: 58, 18 and 94. RGB value is (88,24,148). Sum of RGB (Red+Green+Blue) = 88+24+148=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #581894 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581894 is #A7E76B. Grayscale: #383838. Windows color (decimal): -11003756 or 9705560. OLE color: 9705560.

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

Color convert

RGB 88 24 148 -
CMYK 0.41 0.84 0 0.42
HSL 270.97º 0.72% 0.34% -
HSV(B) 270.97º 0.84% 0.58% -
XYZ 9.7 4.87 28.45 -
YUV 57.27 179.2 149.92 -
System Red Green Blue C M Y K H S L
Decimal 88 24 148 0.41 0.84 0 0.42 270.97 0.72 0.34
Hex 58 18 94 29 54 0 2A 10F 48 22
Octal 130 30 224 51 124 0 52 417 110 42
Binary 1011000 11000 10010100 101001 1010100 0 101010 100001111 1001000 100010

Color Harmonies of #581894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581894

Black with #581894

Text Example


Text Example

White with #581894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581894; }

 p { color: rgb(88,24,148); }

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

background-color css

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

 a { background-color: rgb(88,24,148); }

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

border-color css

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

 span { border-color: rgb(88,24,148); }

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