Html Css Color HEX #571598 Indigo

📋 copy color: '#571598'

red 87 ◦ green 21 ◦ blue 152

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

Shades of Indigo #571598

Tints of Indigo #571598

RGB

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

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

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

R = 33.46%
G = 8.08%
B = 58.46%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#571598 (or 0x571598) is known color: Indigo. HEX triplet: 57, 15 and 98. RGB value is (87,21,152). Sum of RGB (Red+Green+Blue) = 87+21+152=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #571598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571598 is #A8EA67. Grayscale: #373737. Windows color (decimal): -11070056 or 9966935. OLE color: 9966935.

HSL color Cylindrical-coordinate representation of color #571598: hue angle of 270.23º 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 #571598 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 21 152 -
CMYK 0.43 0.86 0 0.40
HSL 270.23º 0.76% 0.34% -
HSV(B) 270.23º 0.86% 0.6% -
XYZ 9.87 4.83 30.12 -
YUV 55.67 182.37 150.35 -
System Red Green Blue C M Y K H S L
Decimal 87 21 152 0.43 0.86 0 0.40 270.23 0.76 0.34
Hex 57 15 98 2B 56 0 28 10E 4C 22
Octal 127 25 230 53 126 0 50 416 114 42
Binary 1010111 10101 10011000 101011 1010110 0 101000 100001110 1001100 100010

Color Harmonies of #571598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571598

Black with #571598

Text Example


Text Example

White with #571598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571598; }

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

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

background-color css

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

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

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

border-color css

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

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

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