Html Css Color HEX #580667 Indigo

📋 copy color: '#580667'

red 88 ◦ green 6 ◦ blue 103

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

Shades of Indigo #580667

Tints of Indigo #580667

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.05%

 BLUE value IS 103 (40.63% from 255) = 52.28%

R = 44.67%
G = 3.05%
B = 52.28%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#580667 (or 0x580667) is known color: Indigo. HEX triplet: 58, 06 and 67. RGB value is (88,6,103). Sum of RGB (Red+Green+Blue) = 88+6+103=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #580667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580667 is #A7F998. Grayscale: #292929. Windows color (decimal): -11008409 or 6751832. OLE color: 6751832.

HSL color Cylindrical-coordinate representation of color #580667: hue angle of 290.72º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580667 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 88 6 103 -
CMYK 0.15 0.94 0 0.60
HSL 290.72º 0.89% 0.21% -
HSV(B) 290.72º 0.94% 0.4% -
XYZ 6.54 3.18 13.1 -
YUV 41.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 88 6 103 0.15 0.94 0 0.60 290.72 0.89 0.21
Hex 58 6 67 F 5E 0 3C 123 59 15
Octal 130 6 147 17 136 0 74 443 131 25
Binary 1011000 110 1100111 1111 1011110 0 111100 100100011 1011001 10101

Color Harmonies of #580667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580667

Black with #580667

Text Example


Text Example

White with #580667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580667; }

 p { color: rgb(88,6,103); }

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

background-color css

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

 a { background-color: rgb(88,6,103); }

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

border-color css

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

 span { border-color: rgb(88,6,103); }

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