Html Css Color HEX #581069 Indigo

📋 copy color: '#581069'

red 88 ◦ green 16 ◦ blue 105

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

Shades of Indigo #581069

Tints of Indigo #581069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50.24%

R = 42.11%
G = 7.66%
B = 50.24%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#581069 (or 0x581069) is known color: Indigo. HEX triplet: 58, 10 and 69. RGB value is (88,16,105). Sum of RGB (Red+Green+Blue) = 88+16+105=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #581069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581069 is #A7EF96. Grayscale: #2F2F2F. Windows color (decimal): -11005847 or 6885464. OLE color: 6885464.

HSL color Cylindrical-coordinate representation of color #581069: hue angle of 288.54º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581069 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 16 105 -
CMYK 0.16 0.85 0 0.59
HSL 288.54º 0.74% 0.24% -
HSV(B) 288.54º 0.85% 0.41% -
XYZ 6.76 3.47 13.68 -
YUV 47.67 160.35 156.76 -
System Red Green Blue C M Y K H S L
Decimal 88 16 105 0.16 0.85 0 0.59 288.54 0.74 0.24
Hex 58 10 69 10 55 0 3B 121 4A 18
Octal 130 20 151 20 125 0 73 441 112 30
Binary 1011000 10000 1101001 10000 1010101 0 111011 100100001 1001010 11000

Color Harmonies of #581069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581069

Black with #581069

Text Example


Text Example

White with #581069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581069; }

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

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

background-color css

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

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

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

border-color css

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

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

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