Html Css Color HEX #571098 Indigo

📋 copy color: '#571098'

red 87 ◦ green 16 ◦ blue 152

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

Shades of Indigo #571098

Tints of Indigo #571098

RGB

 RED value IS 87 (34.38% from 255) = 34.12%

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

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

R = 34.12%
G = 6.27%
B = 59.61%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#571098 (or 0x571098) is known color: Indigo. HEX triplet: 57, 10 and 98. RGB value is (87,16,152). Sum of RGB (Red+Green+Blue) = 87+16+152=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #571098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571098 is #A8EF67. Grayscale: #343434. Windows color (decimal): -11071336 or 9965655. OLE color: 9965655.

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

Color convert

RGB 87 16 152 -
CMYK 0.43 0.89 0 0.40
HSL 271.32º 0.81% 0.33% -
HSV(B) 271.32º 0.89% 0.6% -
XYZ 9.78 4.66 30.09 -
YUV 52.73 184.02 152.44 -
System Red Green Blue C M Y K H S L
Decimal 87 16 152 0.43 0.89 0 0.40 271.32 0.81 0.33
Hex 57 10 98 2B 59 0 28 10F 51 21
Octal 127 20 230 53 131 0 50 417 121 41
Binary 1010111 10000 10011000 101011 1011001 0 101000 100001111 1010001 100001

Color Harmonies of #571098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571098

Black with #571098

Text Example


Text Example

White with #571098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571098; }

 p { color: rgb(87,16,152); }

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

background-color css

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

 a { background-color: rgb(87,16,152); }

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

border-color css

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

 span { border-color: rgb(87,16,152); }

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