Html Css Color HEX #580375 Indigo

📋 copy color: '#580375'

red 88 ◦ green 3 ◦ blue 117

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

Shades of Indigo #580375

Tints of Indigo #580375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 42.31%
G = 1.44%
B = 56.25%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#580375 (or 0x580375) is known color: Indigo. HEX triplet: 58, 03 and 75. RGB value is (88,3,117). Sum of RGB (Red+Green+Blue) = 88+3+117=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #580375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580375 is #A7FC8A. Grayscale: #292929. Windows color (decimal): -11009163 or 7668568. OLE color: 7668568.

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

Color convert

RGB 88 3 117 -
CMYK 0.25 0.97 0 0.54
HSL 284.74º 0.95% 0.24% -
HSV(B) 284.74º 0.97% 0.46% -
XYZ 7.27 3.42 17.11 -
YUV 41.41 170.66 161.23 -
System Red Green Blue C M Y K H S L
Decimal 88 3 117 0.25 0.97 0 0.54 284.74 0.95 0.24
Hex 58 3 75 19 61 0 36 11D 5F 18
Octal 130 3 165 31 141 0 66 435 137 30
Binary 1011000 11 1110101 11001 1100001 0 110110 100011101 1011111 11000

Color Harmonies of #580375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580375

Black with #580375

Text Example


Text Example

White with #580375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580375; }

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

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

background-color css

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

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

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

border-color css

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

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

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