Html Css Color HEX #581598 Indigo

📋 copy color: '#581598'

red 88 ◦ green 21 ◦ blue 152

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

Shades of Indigo #581598

Tints of Indigo #581598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

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

R = 33.72%
G = 8.05%
B = 58.24%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#581598 (or 0x581598) is known color: Indigo. HEX triplet: 58, 15 and 98. RGB value is (88,21,152). Sum of RGB (Red+Green+Blue) = 88+21+152=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #581598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581598 is #A7EA67. Grayscale: #373737. Windows color (decimal): -11004520 or 9966936. OLE color: 9966936.

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

Color convert

RGB 88 21 152 -
CMYK 0.42 0.86 0 0.40
HSL 270.69º 0.76% 0.34% -
HSV(B) 270.69º 0.86% 0.6% -
XYZ 9.96 4.88 30.12 -
YUV 55.97 182.2 150.85 -
System Red Green Blue C M Y K H S L
Decimal 88 21 152 0.42 0.86 0 0.40 270.69 0.76 0.34
Hex 58 15 98 2A 56 0 28 10F 4C 22
Octal 130 25 230 52 126 0 50 417 114 42
Binary 1011000 10101 10011000 101010 1010110 0 101000 100001111 1001100 100010

Color Harmonies of #581598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581598

Black with #581598

Text Example


Text Example

White with #581598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581598; }

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

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

background-color css

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

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

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

border-color css

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

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

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