Html Css Color HEX #580967 Indigo

📋 copy color: '#580967'

red 88 ◦ green 9 ◦ blue 103

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

Shades of Indigo #580967

Tints of Indigo #580967

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.5%

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

R = 44%
G = 4.5%
B = 51.5%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#580967 (or 0x580967) is known color: Indigo. HEX triplet: 58, 09 and 67. RGB value is (88,9,103). Sum of RGB (Red+Green+Blue) = 88+9+103=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #580967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580967 is #A7F698. Grayscale: #2B2B2B. Windows color (decimal): -11007641 or 6752600. OLE color: 6752600.

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

Color convert

RGB 88 9 103 -
CMYK 0.15 0.91 0 0.60
HSL 290.43º 0.84% 0.22% -
HSV(B) 290.43º 0.91% 0.4% -
XYZ 6.57 3.25 13.11 -
YUV 43.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 88 9 103 0.15 0.91 0 0.60 290.43 0.84 0.22
Hex 58 9 67 F 5B 0 3C 122 54 16
Octal 130 11 147 17 133 0 74 442 124 26
Binary 1011000 1001 1100111 1111 1011011 0 111100 100100010 1010100 10110

Color Harmonies of #580967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580967

Black with #580967

Text Example


Text Example

White with #580967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580967; }

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

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

background-color css

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

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

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

border-color css

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

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

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