Html Css Color HEX #580690 Indigo

📋 copy color: '#580690'

red 88 ◦ green 6 ◦ blue 144

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

Shades of Indigo #580690

Tints of Indigo #580690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 60.5%

R = 36.97%
G = 2.52%
B = 60.5%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#580690 (or 0x580690) is known color: Indigo. HEX triplet: 58, 06 and 90. RGB value is (88,6,144). Sum of RGB (Red+Green+Blue) = 88+6+144=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #580690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580690 is #A7F96F. Grayscale: #2D2D2D. Windows color (decimal): -11008368 or 9438808. OLE color: 9438808.

HSL color Cylindrical-coordinate representation of color #580690: hue angle of 275.65º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580690 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 6 144 -
CMYK 0.39 0.96 0 0.44
HSL 275.65º 0.92% 0.29% -
HSV(B) 275.65º 0.96% 0.56% -
XYZ 9.12 4.22 26.72 -
YUV 46.25 183.17 157.78 -
System Red Green Blue C M Y K H S L
Decimal 88 6 144 0.39 0.96 0 0.44 275.65 0.92 0.29
Hex 58 6 90 27 60 0 2C 114 5C 1D
Octal 130 6 220 47 140 0 54 424 134 35
Binary 1011000 110 10010000 100111 1100000 0 101100 100010100 1011100 11101

Color Harmonies of #580690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580690

Black with #580690

Text Example


Text Example

White with #580690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580690; }

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

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

background-color css

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

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

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

border-color css

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

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

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