Html Css Color HEX #580385 Indigo

📋 copy color: '#580385'

red 88 ◦ green 3 ◦ blue 133

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

Shades of Indigo #580385

Tints of Indigo #580385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 59.38%

R = 39.29%
G = 1.34%
B = 59.38%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#580385 (or 0x580385) is known color: Indigo. HEX triplet: 58, 03 and 85. RGB value is (88,3,133). Sum of RGB (Red+Green+Blue) = 88+3+133=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #580385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580385 is #A7FC7A. Grayscale: #2A2A2A. Windows color (decimal): -11009147 or 8717144. OLE color: 8717144.

HSL color Cylindrical-coordinate representation of color #580385: hue angle of 279.23º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580385 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 3 133 -
CMYK 0.34 0.98 0 0.48
HSL 279.23º 0.96% 0.27% -
HSV(B) 279.23º 0.98% 0.52% -
XYZ 8.29 3.83 22.49 -
YUV 43.24 178.66 159.93 -
System Red Green Blue C M Y K H S L
Decimal 88 3 133 0.34 0.98 0 0.48 279.23 0.96 0.27
Hex 58 3 85 22 62 0 30 117 60 1B
Octal 130 3 205 42 142 0 60 427 140 33
Binary 1011000 11 10000101 100010 1100010 0 110000 100010111 1100000 11011

Color Harmonies of #580385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580385

Black with #580385

Text Example


Text Example

White with #580385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580385; }

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

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

background-color css

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

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

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

border-color css

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

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

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