Html Css Color HEX #581874 Indigo

📋 copy color: '#581874'

red 88 ◦ green 24 ◦ blue 116

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

Shades of Indigo #581874

Tints of Indigo #581874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.88%

R = 38.6%
G = 10.53%
B = 50.88%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#581874 (or 0x581874) is known color: Indigo. HEX triplet: 58, 18 and 74. RGB value is (88,24,116). Sum of RGB (Red+Green+Blue) = 88+24+116=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #581874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581874 is #A7E78B. Grayscale: #353535. Windows color (decimal): -11003788 or 7608408. OLE color: 7608408.

HSL color Cylindrical-coordinate representation of color #581874: hue angle of 281.74º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #581874 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 24 116 -
CMYK 0.24 0.79 0 0.55
HSL 281.74º 0.66% 0.27% -
HSV(B) 281.74º 0.79% 0.45% -
XYZ 7.5 3.99 16.9 -
YUV 53.62 163.2 152.52 -
System Red Green Blue C M Y K H S L
Decimal 88 24 116 0.24 0.79 0 0.55 281.74 0.66 0.27
Hex 58 18 74 18 4F 0 37 11A 42 1B
Octal 130 30 164 30 117 0 67 432 102 33
Binary 1011000 11000 1110100 11000 1001111 0 110111 100011010 1000010 11011

Color Harmonies of #581874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581874

Black with #581874

Text Example


Text Example

White with #581874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581874; }

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

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

background-color css

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

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

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

border-color css

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

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

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