Html Css Color HEX #581375 Indigo

📋 copy color: '#581375'

red 88 ◦ green 19 ◦ blue 117

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

Shades of Indigo #581375

Tints of Indigo #581375

RGB

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

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

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

R = 39.29%
G = 8.48%
B = 52.23%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#581375 (or 0x581375) is known color: Indigo. HEX triplet: 58, 13 and 75. RGB value is (88,19,117). Sum of RGB (Red+Green+Blue) = 88+19+117=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #581375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581375 is #A7EC8A. Grayscale: #323232. Windows color (decimal): -11005067 or 7672664. OLE color: 7672664.

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

Color convert

RGB 88 19 117 -
CMYK 0.25 0.84 0 0.54
HSL 282.24º 0.72% 0.27% -
HSV(B) 282.24º 0.84% 0.46% -
XYZ 7.47 3.82 17.17 -
YUV 50.8 165.36 154.53 -
System Red Green Blue C M Y K H S L
Decimal 88 19 117 0.25 0.84 0 0.54 282.24 0.72 0.27
Hex 58 13 75 19 54 0 36 11A 48 1B
Octal 130 23 165 31 124 0 66 432 110 33
Binary 1011000 10011 1110101 11001 1010100 0 110110 100011010 1001000 11011

Color Harmonies of #581375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581375

Black with #581375

Text Example


Text Example

White with #581375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581375; }

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

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

background-color css

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

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

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

border-color css

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

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

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