Html Css Color HEX #581985 Indigo

📋 copy color: '#581985'

red 88 ◦ green 25 ◦ blue 133

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

Shades of Indigo #581985

Tints of Indigo #581985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.16%

 BLUE value IS 133 (52.34% from 255) = 54.07%

R = 35.77%
G = 10.16%
B = 54.07%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#581985 (or 0x581985) is known color: Indigo. HEX triplet: 58, 19 and 85. RGB value is (88,25,133). Sum of RGB (Red+Green+Blue) = 88+25+133=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #581985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581985 is #A7E67A. Grayscale: #373737. Windows color (decimal): -11003515 or 8722776. OLE color: 8722776.

HSL color Cylindrical-coordinate representation of color #581985: hue angle of 275º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581985 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 25 133 -
CMYK 0.34 0.81 0 0.48
HSL 275º 0.68% 0.31% -
HSV(B) 275º 0.81% 0.52% -
XYZ 8.61 4.46 22.6 -
YUV 56.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 88 25 133 0.34 0.81 0 0.48 275 0.68 0.31
Hex 58 19 85 22 51 0 30 113 44 1F
Octal 130 31 205 42 121 0 60 423 104 37
Binary 1011000 11001 10000101 100010 1010001 0 110000 100010011 1000100 11111

Color Harmonies of #581985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581985

Black with #581985

Text Example


Text Example

White with #581985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581985; }

 p { color: rgb(88,25,133); }

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

background-color css

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

 a { background-color: rgb(88,25,133); }

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

border-color css

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

 span { border-color: rgb(88,25,133); }

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