Html Css Color HEX #580069 Indigo

📋 copy color: '#580069'

red 88 ◦ green 0 ◦ blue 105

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

Shades of Indigo #580069

Tints of Indigo #580069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.6%
G = 0%
B = 54.4%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#580069 (or 0x580069) is known color: Indigo. HEX triplet: 58, 00 and 69. RGB value is (88,0,105). Sum of RGB (Red+Green+Blue) = 88+0+105=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #580069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580069 is #A7FF96. Grayscale: #252525. Windows color (decimal): -11009943 or 6881368. OLE color: 6881368.

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

Color convert

RGB 88 0 105 -
CMYK 0.16 1 0 0.59
HSL 290.29º 1% 0.21% -
HSV(B) 290.29º 1% 0.41% -
XYZ 6.57 3.09 13.62 -
YUV 38.28 165.65 163.46 -
System Red Green Blue C M Y K H S L
Decimal 88 0 105 0.16 1 0 0.59 290.29 1 0.21
Hex 58 0 69 10 64 0 3B 122 64 15
Octal 130 0 151 20 144 0 73 442 144 25
Binary 1011000 0 1101001 10000 1100100 0 111011 100100010 1100100 10101

Color Harmonies of #580069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580069

Black with #580069

Text Example


Text Example

White with #580069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580069; }

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

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

background-color css

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

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

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

border-color css

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

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

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