Html Css Color HEX #580270 Indigo

📋 copy color: '#580270'

red 88 ◦ green 2 ◦ blue 112

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

Shades of Indigo #580270

Tints of Indigo #580270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.45%

R = 43.56%
G = 0.99%
B = 55.45%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#580270 (or 0x580270) is known color: Indigo. HEX triplet: 58, 02 and 70. RGB value is (88,2,112). Sum of RGB (Red+Green+Blue) = 88+2+112=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #580270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580270 is #A7FD8F. Grayscale: #272727. Windows color (decimal): -11009424 or 7340632. OLE color: 7340632.

HSL color Cylindrical-coordinate representation of color #580270: hue angle of 286.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580270 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 2 112 -
CMYK 0.21 0.98 0 0.56
HSL 286.91º 0.96% 0.22% -
HSV(B) 286.91º 0.98% 0.44% -
XYZ 6.97 3.29 15.6 -
YUV 40.25 168.49 162.06 -
System Red Green Blue C M Y K H S L
Decimal 88 2 112 0.21 0.98 0 0.56 286.91 0.96 0.22
Hex 58 2 70 15 62 0 38 11F 60 16
Octal 130 2 160 25 142 0 70 437 140 26
Binary 1011000 10 1110000 10101 1100010 0 111000 100011111 1100000 10110

Color Harmonies of #580270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580270

Black with #580270

Text Example


Text Example

White with #580270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580270; }

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

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

background-color css

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

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

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

border-color css

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

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

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