Html Css Color HEX #57017C Indigo

📋 copy color: '#57017C'

red 87 ◦ green 1 ◦ blue 124

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

Shades of Indigo #57017C

Tints of Indigo #57017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 124 (48.83% from 255) = 58.49%

R = 41.04%
G = 0.47%
B = 58.49%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57017C (or 0x57017C) is known color: Indigo. HEX triplet: 57, 01 and 7C. RGB value is (87,1,124). Sum of RGB (Red+Green+Blue) = 87+1+124=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #57017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57017C is #A8FE83. Grayscale: #282828. Windows color (decimal): -11075204 or 8126807. OLE color: 8126807.

HSL color Cylindrical-coordinate representation of color #57017C: hue angle of 281.95º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57017C is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 1 124 -
CMYK 0.30 0.99 0 0.51
HSL 281.95º 0.98% 0.25% -
HSV(B) 281.95º 0.99% 0.49% -
XYZ 7.58 3.5 19.35 -
YUV 40.74 174.99 161 -
System Red Green Blue C M Y K H S L
Decimal 87 1 124 0.30 0.99 0 0.51 281.95 0.98 0.25
Hex 57 1 7C 1E 63 0 33 11A 62 19
Octal 127 1 174 36 143 0 63 432 142 31
Binary 1010111 1 1111100 11110 1100011 0 110011 100011010 1100010 11001

Color Harmonies of #57017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57017C

Black with #57017C

Text Example


Text Example

White with #57017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57017C; }

 p { color: rgb(87,1,124); }

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

background-color css

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

 a { background-color: rgb(87,1,124); }

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

border-color css

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

 span { border-color: rgb(87,1,124); }

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