Html Css Color HEX #580275 Indigo

📋 copy color: '#580275'

red 88 ◦ green 2 ◦ blue 117

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

Shades of Indigo #580275

Tints of Indigo #580275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 42.51%
G = 0.97%
B = 56.52%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#580275 (or 0x580275) is known color: Indigo. HEX triplet: 58, 02 and 75. RGB value is (88,2,117). Sum of RGB (Red+Green+Blue) = 88+2+117=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #580275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580275 is #A7FD8A. Grayscale: #282828. Windows color (decimal): -11009419 or 7668312. OLE color: 7668312.

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

Color convert

RGB 88 2 117 -
CMYK 0.25 0.98 0 0.54
HSL 284.87º 0.97% 0.23% -
HSV(B) 284.87º 0.98% 0.46% -
XYZ 7.26 3.4 17.1 -
YUV 40.82 170.99 161.65 -
System Red Green Blue C M Y K H S L
Decimal 88 2 117 0.25 0.98 0 0.54 284.87 0.97 0.23
Hex 58 2 75 19 62 0 36 11D 61 17
Octal 130 2 165 31 142 0 66 435 141 27
Binary 1011000 10 1110101 11001 1100010 0 110110 100011101 1100001 10111

Color Harmonies of #580275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580275

Black with #580275

Text Example


Text Example

White with #580275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580275; }

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

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

background-color css

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

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

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

border-color css

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

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

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