Html Css Color HEX #581073 Indigo

📋 copy color: '#581073'

red 88 ◦ green 16 ◦ blue 115

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

Shades of Indigo #581073

Tints of Indigo #581073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.31%

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 40.18%
G = 7.31%
B = 52.51%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#581073 (or 0x581073) is known color: Indigo. HEX triplet: 58, 10 and 73. RGB value is (88,16,115). Sum of RGB (Red+Green+Blue) = 88+16+115=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #581073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581073 is #A7EF8C. Grayscale: #303030. Windows color (decimal): -11005837 or 7540824. OLE color: 7540824.

HSL color Cylindrical-coordinate representation of color #581073: hue angle of 283.64º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581073 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 16 115 -
CMYK 0.23 0.86 0 0.55
HSL 283.64º 0.76% 0.26% -
HSV(B) 283.64º 0.86% 0.45% -
XYZ 7.3 3.68 16.55 -
YUV 48.81 165.35 155.95 -
System Red Green Blue C M Y K H S L
Decimal 88 16 115 0.23 0.86 0 0.55 283.64 0.76 0.26
Hex 58 10 73 17 56 0 37 11C 4C 1A
Octal 130 20 163 27 126 0 67 434 114 32
Binary 1011000 10000 1110011 10111 1010110 0 110111 100011100 1001100 11010

Color Harmonies of #581073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581073

Black with #581073

Text Example


Text Example

White with #581073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581073; }

 p { color: rgb(88,16,115); }

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

background-color css

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

 a { background-color: rgb(88,16,115); }

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

border-color css

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

 span { border-color: rgb(88,16,115); }

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