Html Css Color HEX #580468 Indigo

📋 copy color: '#580468'

red 88 ◦ green 4 ◦ blue 104

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

Shades of Indigo #580468

Tints of Indigo #580468

RGB

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

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

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

R = 44.9%
G = 2.04%
B = 53.06%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#580468 (or 0x580468) is known color: Indigo. HEX triplet: 58, 04 and 68. RGB value is (88,4,104). Sum of RGB (Red+Green+Blue) = 88+4+104=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #580468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580468 is #A7FB97. Grayscale: #282828. Windows color (decimal): -11008920 or 6816856. OLE color: 6816856.

HSL color Cylindrical-coordinate representation of color #580468: hue angle of 290.4º 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 #580468 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 4 104 -
CMYK 0.15 0.96 0 0.59
HSL 290.4º 0.93% 0.21% -
HSV(B) 290.4º 0.96% 0.41% -
XYZ 6.57 3.16 13.36 -
YUV 40.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 88 4 104 0.15 0.96 0 0.59 290.4 0.93 0.21
Hex 58 4 68 F 60 0 3B 122 5D 15
Octal 130 4 150 17 140 0 73 442 135 25
Binary 1011000 100 1101000 1111 1100000 0 111011 100100010 1011101 10101

Color Harmonies of #580468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580468

Black with #580468

Text Example


Text Example

White with #580468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580468; }

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

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

background-color css

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

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

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

border-color css

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

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

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