Html Css Color HEX #591298 Indigo

📋 copy color: '#591298'

red 89 ◦ green 18 ◦ blue 152

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

Shades of Indigo #591298

Tints of Indigo #591298

RGB

 RED value IS 89 (35.16% from 255) = 34.36%

 GREEN value IS 18 (7.42% from 255) = 6.95%

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

R = 34.36%
G = 6.95%
B = 58.69%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#591298 (or 0x591298) is known color: Indigo. HEX triplet: 59, 12 and 98. RGB value is (89,18,152). Sum of RGB (Red+Green+Blue) = 89+18+152=259 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.36% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #591298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591298 is #A6ED67. Grayscale: #363636. Windows color (decimal): -10939752 or 9966169. OLE color: 9966169.

HSL color Cylindrical-coordinate representation of color #591298: hue angle of 271.79º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591298 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 18 152 -
CMYK 0.41 0.88 0 0.40
HSL 271.79º 0.79% 0.33% -
HSV(B) 271.79º 0.88% 0.6% -
XYZ 10 4.82 30.11 -
YUV 54.51 183.02 152.6 -
System Red Green Blue C M Y K H S L
Decimal 89 18 152 0.41 0.88 0 0.40 271.79 0.79 0.33
Hex 59 12 98 29 58 0 28 110 4F 21
Octal 131 22 230 51 130 0 50 420 117 41
Binary 1011001 10010 10011000 101001 1011000 0 101000 100010000 1001111 100001

Color Harmonies of #591298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591298

Black with #591298

Text Example


Text Example

White with #591298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591298; }

 p { color: rgb(89,18,152); }

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

background-color css

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

 a { background-color: rgb(89,18,152); }

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

border-color css

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

 span { border-color: rgb(89,18,152); }

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