Html Css Color HEX #580C67 Indigo

📋 copy color: '#580C67'

red 88 ◦ green 12 ◦ blue 103

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

Shades of Indigo #580C67

Tints of Indigo #580C67

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.91%

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

R = 43.35%
G = 5.91%
B = 50.74%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#580C67 (or 0x580C67) is known color: Indigo. HEX triplet: 58, 0C and 67. RGB value is (88,12,103). Sum of RGB (Red+Green+Blue) = 88+12+103=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #580C67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C67 is #A7F398. Grayscale: #2C2C2C. Windows color (decimal): -11006873 or 6753368. OLE color: 6753368.

HSL color Cylindrical-coordinate representation of color #580C67: hue angle of 290.11º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580C67 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 88 12 103 -
CMYK 0.15 0.88 0 0.60
HSL 290.11º 0.79% 0.23% -
HSV(B) 290.11º 0.88% 0.4% -
XYZ 6.6 3.32 13.12 -
YUV 45.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 88 12 103 0.15 0.88 0 0.60 290.11 0.79 0.23
Hex 58 C 67 F 58 0 3C 122 4F 17
Octal 130 14 147 17 130 0 74 442 117 27
Binary 1011000 1100 1100111 1111 1011000 0 111100 100100010 1001111 10111

Color Harmonies of #580C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C67

Black with #580C67

Text Example


Text Example

White with #580C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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