Html Css Color HEX #580469 Indigo

📋 copy color: '#580469'

red 88 ◦ green 4 ◦ blue 105

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

Shades of Indigo #580469

Tints of Indigo #580469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.03%

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

R = 44.67%
G = 2.03%
B = 53.3%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#580469 (or 0x580469) is known color: Indigo. HEX triplet: 58, 04 and 69. RGB value is (88,4,105). Sum of RGB (Red+Green+Blue) = 88+4+105=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #580469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580469 is #A7FB96. Grayscale: #282828. Windows color (decimal): -11008919 or 6882392. OLE color: 6882392.

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

Color convert

RGB 88 4 105 -
CMYK 0.16 0.96 0 0.59
HSL 289.9º 0.93% 0.21% -
HSV(B) 289.9º 0.96% 0.41% -
XYZ 6.62 3.18 13.63 -
YUV 40.63 164.33 161.79 -
System Red Green Blue C M Y K H S L
Decimal 88 4 105 0.16 0.96 0 0.59 289.9 0.93 0.21
Hex 58 4 69 10 60 0 3B 122 5D 15
Octal 130 4 151 20 140 0 73 442 135 25
Binary 1011000 100 1101001 10000 1100000 0 111011 100100010 1011101 10101

Color Harmonies of #580469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580469

Black with #580469

Text Example


Text Example

White with #580469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580469; }

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

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

background-color css

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

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

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

border-color css

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

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

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