Html Css Color HEX #580169 Indigo

📋 copy color: '#580169'

red 88 ◦ green 1 ◦ blue 105

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

Shades of Indigo #580169

Tints of Indigo #580169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 105 (41.41% from 255) = 54.12%

R = 45.36%
G = 0.52%
B = 54.12%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#580169 (or 0x580169) is known color: Indigo. HEX triplet: 58, 01 and 69. RGB value is (88,1,105). Sum of RGB (Red+Green+Blue) = 88+1+105=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #580169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580169 is #A7FE96. Grayscale: #262626. Windows color (decimal): -11009687 or 6881624. OLE color: 6881624.

HSL color Cylindrical-coordinate representation of color #580169: hue angle of 290.19º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580169 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 1 105 -
CMYK 0.16 0.99 0 0.59
HSL 290.19º 0.98% 0.21% -
HSV(B) 290.19º 0.99% 0.41% -
XYZ 6.59 3.12 13.62 -
YUV 38.87 165.32 163.04 -
System Red Green Blue C M Y K H S L
Decimal 88 1 105 0.16 0.99 0 0.59 290.19 0.98 0.21
Hex 58 1 69 10 63 0 3B 122 62 15
Octal 130 1 151 20 143 0 73 442 142 25
Binary 1011000 1 1101001 10000 1100011 0 111011 100100010 1100010 10101

Color Harmonies of #580169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580169

Black with #580169

Text Example


Text Example

White with #580169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580169; }

 p { color: rgb(88,1,105); }

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

background-color css

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

 a { background-color: rgb(88,1,105); }

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

border-color css

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

 span { border-color: rgb(88,1,105); }

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