Html Css Color HEX #580397 Indigo

📋 copy color: '#580397'

red 88 ◦ green 3 ◦ blue 151

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

Shades of Indigo #580397

Tints of Indigo #580397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 62.4%

R = 36.36%
G = 1.24%
B = 62.4%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#580397 (or 0x580397) is known color: Indigo. HEX triplet: 58, 03 and 97. RGB value is (88,3,151). Sum of RGB (Red+Green+Blue) = 88+3+151=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #580397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580397 is #A7FC68. Grayscale: #2C2C2C. Windows color (decimal): -11009129 or 9896792. OLE color: 9896792.

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

Color convert

RGB 88 3 151 -
CMYK 0.42 0.98 0 0.41
HSL 274.46º 0.96% 0.3% -
HSV(B) 274.46º 0.98% 0.59% -
XYZ 9.64 4.37 29.61 -
YUV 45.29 187.66 158.47 -
System Red Green Blue C M Y K H S L
Decimal 88 3 151 0.42 0.98 0 0.41 274.46 0.96 0.3
Hex 58 3 97 2A 62 0 29 112 60 1E
Octal 130 3 227 52 142 0 51 422 140 36
Binary 1011000 11 10010111 101010 1100010 0 101001 100010010 1100000 11110

Color Harmonies of #580397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580397

Black with #580397

Text Example


Text Example

White with #580397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580397; }

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

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

background-color css

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

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

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

border-color css

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

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

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