Html Css Color HEX #580395 Indigo

📋 copy color: '#580395'

red 88 ◦ green 3 ◦ blue 149

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

Shades of Indigo #580395

Tints of Indigo #580395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.08%

R = 36.67%
G = 1.25%
B = 62.08%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#580395 (or 0x580395) is known color: Indigo. HEX triplet: 58, 03 and 95. RGB value is (88,3,149). Sum of RGB (Red+Green+Blue) = 88+3+149=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #580395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580395 is #A7FC6A. Grayscale: #2C2C2C. Windows color (decimal): -11009131 or 9765720. OLE color: 9765720.

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

Color convert

RGB 88 3 149 -
CMYK 0.41 0.98 0 0.42
HSL 274.93º 0.96% 0.3% -
HSV(B) 274.93º 0.98% 0.58% -
XYZ 9.48 4.31 28.77 -
YUV 45.06 186.66 158.63 -
System Red Green Blue C M Y K H S L
Decimal 88 3 149 0.41 0.98 0 0.42 274.93 0.96 0.3
Hex 58 3 95 29 62 0 2A 113 60 1E
Octal 130 3 225 51 142 0 52 423 140 36
Binary 1011000 11 10010101 101001 1100010 0 101010 100010011 1100000 11110

Color Harmonies of #580395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580395

Black with #580395

Text Example


Text Example

White with #580395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580395; }

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

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

background-color css

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

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

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

border-color css

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

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

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