Html Css Color HEX #580383 Indigo

📋 copy color: '#580383'

red 88 ◦ green 3 ◦ blue 131

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

Shades of Indigo #580383

Tints of Indigo #580383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 59.01%

R = 39.64%
G = 1.35%
B = 59.01%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#580383 (or 0x580383) is known color: Indigo. HEX triplet: 58, 03 and 83. RGB value is (88,3,131). Sum of RGB (Red+Green+Blue) = 88+3+131=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 131 (51.56% from 255 or 59.01% from 222); Max value from RGB is 131 - color contains mainly: blue. Hex color #580383 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580383 is #A7FC7C. Grayscale: #2A2A2A. Windows color (decimal): -11009149 or 8586072. OLE color: 8586072.

HSL color Cylindrical-coordinate representation of color #580383: hue angle of 279.84º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580383 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 3 131 -
CMYK 0.33 0.98 0 0.49
HSL 279.84º 0.96% 0.26% -
HSV(B) 279.84º 0.98% 0.51% -
XYZ 8.15 3.78 21.77 -
YUV 43.01 177.66 160.09 -
System Red Green Blue C M Y K H S L
Decimal 88 3 131 0.33 0.98 0 0.49 279.84 0.96 0.26
Hex 58 3 83 21 62 0 31 118 60 1A
Octal 130 3 203 41 142 0 61 430 140 32
Binary 1011000 11 10000011 100001 1100010 0 110001 100011000 1100000 11010

Color Harmonies of #580383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580383

Black with #580383

Text Example


Text Example

White with #580383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580383; }

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

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

background-color css

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

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

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

border-color css

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

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

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