Html Css Color HEX #580278 Indigo

📋 copy color: '#580278'

red 88 ◦ green 2 ◦ blue 120

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

Shades of Indigo #580278

Tints of Indigo #580278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 57.14%

R = 41.9%
G = 0.95%
B = 57.14%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#580278 (or 0x580278) is known color: Indigo. HEX triplet: 58, 02 and 78. RGB value is (88,2,120). Sum of RGB (Red+Green+Blue) = 88+2+120=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #580278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580278 is #A7FD87. Grayscale: #282828. Windows color (decimal): -11009416 or 7864920. OLE color: 7864920.

HSL color Cylindrical-coordinate representation of color #580278: hue angle of 283.73º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580278 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 2 120 -
CMYK 0.27 0.98 0 0.53
HSL 283.73º 0.97% 0.24% -
HSV(B) 283.73º 0.98% 0.47% -
XYZ 7.44 3.47 18.05 -
YUV 41.17 172.49 161.41 -
System Red Green Blue C M Y K H S L
Decimal 88 2 120 0.27 0.98 0 0.53 283.73 0.97 0.24
Hex 58 2 78 1B 62 0 35 11C 61 18
Octal 130 2 170 33 142 0 65 434 141 30
Binary 1011000 10 1111000 11011 1100010 0 110101 100011100 1100001 11000

Color Harmonies of #580278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580278

Black with #580278

Text Example


Text Example

White with #580278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580278; }

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

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

background-color css

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

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

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

border-color css

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

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

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