Html Css Color HEX #57006F Indigo

📋 copy color: '#57006F'

red 87 ◦ green 0 ◦ blue 111

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

Shades of Indigo #57006F

Tints of Indigo #57006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 56.06%

R = 43.94%
G = 0%
B = 56.06%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#57006F (or 0x57006F) is known color: Indigo. HEX triplet: 57, 00 and 6F. RGB value is (87,0,111). Sum of RGB (Red+Green+Blue) = 87+0+111=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #57006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57006F is #A8FF90. Grayscale: #262626. Windows color (decimal): -11075473 or 7274583. OLE color: 7274583.

HSL color Cylindrical-coordinate representation of color #57006F: hue angle of 287.03º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #57006F is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 0 111 -
CMYK 0.22 1 0 0.56
HSL 287.03º 1% 0.22% -
HSV(B) 287.03º 1% 0.44% -
XYZ 6.8 3.17 15.29 -
YUV 38.67 168.82 162.47 -
System Red Green Blue C M Y K H S L
Decimal 87 0 111 0.22 1 0 0.56 287.03 1 0.22
Hex 57 0 6F 16 64 0 38 11F 64 16
Octal 127 0 157 26 144 0 70 437 144 26
Binary 1010111 0 1101111 10110 1100100 0 111000 100011111 1100100 10110

Color Harmonies of #57006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57006F

Black with #57006F

Text Example


Text Example

White with #57006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57006F; }

 p { color: rgb(87,0,111); }

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

background-color css

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

 a { background-color: rgb(87,0,111); }

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

border-color css

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

 span { border-color: rgb(87,0,111); }

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