Html Css Color HEX #580068 Indigo

📋 copy color: '#580068'

red 88 ◦ green 0 ◦ blue 104

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

Shades of Indigo #580068

Tints of Indigo #580068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 54.17%

R = 45.83%
G = 0%
B = 54.17%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#580068 (or 0x580068) is known color: Indigo. HEX triplet: 58, 00 and 68. RGB value is (88,0,104). Sum of RGB (Red+Green+Blue) = 88+0+104=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #580068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580068 is #A7FF97. Grayscale: #252525. Windows color (decimal): -11009944 or 6815832. OLE color: 6815832.

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

Color convert

RGB 88 0 104 -
CMYK 0.15 1 0 0.59
HSL 290.77º 1% 0.2% -
HSV(B) 290.77º 1% 0.41% -
XYZ 6.52 3.07 13.35 -
YUV 38.17 165.15 163.54 -
System Red Green Blue C M Y K H S L
Decimal 88 0 104 0.15 1 0 0.59 290.77 1 0.2
Hex 58 0 68 F 64 0 3B 123 64 14
Octal 130 0 150 17 144 0 73 443 144 24
Binary 1011000 0 1101000 1111 1100100 0 111011 100100011 1100100 10100

Color Harmonies of #580068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580068

Black with #580068

Text Example


Text Example

White with #580068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580068; }

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

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

background-color css

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

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

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

border-color css

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

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

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