Html Css Color HEX #581297 Indigo

📋 copy color: '#581297'

red 88 ◦ green 18 ◦ blue 151

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

Shades of Indigo #581297

Tints of Indigo #581297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.75%

R = 34.24%
G = 7%
B = 58.75%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#581297 (or 0x581297) is known color: Indigo. HEX triplet: 58, 12 and 97. RGB value is (88,18,151). Sum of RGB (Red+Green+Blue) = 88+18+151=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #581297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581297 is #A7ED68. Grayscale: #353535. Windows color (decimal): -11005289 or 9900632. OLE color: 9900632.

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

Color convert

RGB 88 18 151 -
CMYK 0.42 0.88 0 0.41
HSL 271.58º 0.79% 0.33% -
HSV(B) 271.58º 0.88% 0.59% -
XYZ 9.83 4.74 29.68 -
YUV 54.09 182.69 152.19 -
System Red Green Blue C M Y K H S L
Decimal 88 18 151 0.42 0.88 0 0.41 271.58 0.79 0.33
Hex 58 12 97 2A 58 0 29 110 4F 21
Octal 130 22 227 52 130 0 51 420 117 41
Binary 1011000 10010 10010111 101010 1011000 0 101001 100010000 1001111 100001

Color Harmonies of #581297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581297

Black with #581297

Text Example


Text Example

White with #581297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581297; }

 p { color: rgb(88,18,151); }

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

background-color css

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

 a { background-color: rgb(88,18,151); }

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

border-color css

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

 span { border-color: rgb(88,18,151); }

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