Html Css Color HEX #580393 Indigo

📋 copy color: '#580393'

red 88 ◦ green 3 ◦ blue 147

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

Shades of Indigo #580393

Tints of Indigo #580393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

 BLUE value IS 147 (57.81% from 255) = 61.76%

R = 36.97%
G = 1.26%
B = 61.76%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#580393 (or 0x580393) is known color: Indigo. HEX triplet: 58, 03 and 93. RGB value is (88,3,147). Sum of RGB (Red+Green+Blue) = 88+3+147=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 147 (57.81% from 255 or 61.76% from 238); Max value from RGB is 147 - color contains mainly: blue. Hex color #580393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580393 is #A7FC6C. Grayscale: #2C2C2C. Windows color (decimal): -11009133 or 9634648. OLE color: 9634648.

HSL color Cylindrical-coordinate representation of color #580393: hue angle of 275.42º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580393 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 3 147 -
CMYK 0.40 0.98 0 0.42
HSL 275.42º 0.96% 0.29% -
HSV(B) 275.42º 0.98% 0.58% -
XYZ 9.32 4.25 27.93 -
YUV 44.83 185.66 158.79 -
System Red Green Blue C M Y K H S L
Decimal 88 3 147 0.40 0.98 0 0.42 275.42 0.96 0.29
Hex 58 3 93 28 62 0 2A 113 60 1D
Octal 130 3 223 50 142 0 52 423 140 35
Binary 1011000 11 10010011 101000 1100010 0 101010 100010011 1100000 11101

Color Harmonies of #580393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580393

Black with #580393

Text Example


Text Example

White with #580393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580393; }

 p { color: rgb(88,3,147); }

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

background-color css

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

 a { background-color: rgb(88,3,147); }

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

border-color css

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

 span { border-color: rgb(88,3,147); }

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