Html Css Color HEX #581875 Indigo

📋 copy color: '#581875'

red 88 ◦ green 24 ◦ blue 117

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

Shades of Indigo #581875

Tints of Indigo #581875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.09%

R = 38.43%
G = 10.48%
B = 51.09%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#581875 (or 0x581875) is known color: Indigo. HEX triplet: 58, 18 and 75. RGB value is (88,24,117). Sum of RGB (Red+Green+Blue) = 88+24+117=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #581875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581875 is #A7E78A. Grayscale: #353535. Windows color (decimal): -11003787 or 7673944. OLE color: 7673944.

HSL color Cylindrical-coordinate representation of color #581875: hue angle of 281.29º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #581875 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 24 117 -
CMYK 0.25 0.79 0 0.54
HSL 281.29º 0.66% 0.28% -
HSV(B) 281.29º 0.79% 0.46% -
XYZ 7.56 4.01 17.21 -
YUV 53.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 88 24 117 0.25 0.79 0 0.54 281.29 0.66 0.28
Hex 58 18 75 19 4F 0 36 119 42 1C
Octal 130 30 165 31 117 0 66 431 102 34
Binary 1011000 11000 1110101 11001 1001111 0 110110 100011001 1000010 11100

Color Harmonies of #581875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581875

Black with #581875

Text Example


Text Example

White with #581875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581875; }

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

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

background-color css

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

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

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

border-color css

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

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

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