Html Css Color HEX #580398 Indigo

📋 copy color: '#580398'

red 88 ◦ green 3 ◦ blue 152

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

Shades of Indigo #580398

Tints of Indigo #580398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 62.55%

R = 36.21%
G = 1.23%
B = 62.55%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#580398 (or 0x580398) is known color: Indigo. HEX triplet: 58, 03 and 98. RGB value is (88,3,152). Sum of RGB (Red+Green+Blue) = 88+3+152=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #580398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580398 is #A7FC67. Grayscale: #2C2C2C. Windows color (decimal): -11009128 or 9962328. OLE color: 9962328.

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

Color convert

RGB 88 3 152 -
CMYK 0.42 0.98 0 0.40
HSL 274.23º 0.96% 0.3% -
HSV(B) 274.23º 0.98% 0.6% -
XYZ 9.72 4.41 30.04 -
YUV 45.4 188.16 158.38 -
System Red Green Blue C M Y K H S L
Decimal 88 3 152 0.42 0.98 0 0.40 274.23 0.96 0.3
Hex 58 3 98 2A 62 0 28 112 60 1E
Octal 130 3 230 52 142 0 50 422 140 36
Binary 1011000 11 10011000 101010 1100010 0 101000 100010010 1100000 11110

Color Harmonies of #580398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580398

Black with #580398

Text Example


Text Example

White with #580398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580398; }

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

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

background-color css

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

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

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

border-color css

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

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

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